#708B34

Color #708B34 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #708B34

Tints of Olive Drab #708B34

Color information

#708B34 (or 0x708B34) is unknown color: approx Olive Drab. HEX triplet: 70, 8B and 34. RGB value is (112,139,52). Sum of RGB (Red+Green+Blue) = 112+139+52=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 139 (54.69% from 255 or 45.87% from 303); Blue value is 52 (20.70% from 255 or 17.16% from 303); Max value from RGB is 139 - color contains mainly: green. Hex color #708B34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708B34 is #8F74CB. Grayscale: #797979. Windows color (decimal): -9401548 or 3443568. OLE color: 3443568.

HSL color Cylindrical-coordinate representation of color #708B34: hue angle of 78.62º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #708B34 is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.

Color convert

RGB11213952-
CMYK0.1900.630.45
HSL78.62º45.55%37.45%-
HSV(B)78.62º62.59%54.51%-
XYZ16.5322.166.65-
YUV121.0189.05121.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 36.96%
GREEN value IS 139 (54.69% from 255) = 45.87%
BLUE value IS 52 (20.70% from 255) = 17.16%
R=36.96%
G=45.87%
B=17.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal112139520.1900.630.4578.6245.5537.45
Hex708B341303F2D4f2e25
Octal1602136423077551175645
Binary1110000100010111101001001101111111011011001111101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708B34; }

 p { color: rgb(112,139,52); }

 H1.HeaderClassName
 {
   color: #708B34;
 }
 .AnyTagClassName
 {
   color: #708B34;
 }
</style>
background-color css

<style>
 a { background-color: #708B34; }

 a { background-color: rgb(112,139,52); }

 div.DivClassName
 {
   background-color: #708B34;
 }
 .BgClassName
 {
   background-color: #708B34;
 }
</style>
border-color css

<style>
 span { border-color: #708B34; }

 span { border-color: rgb(112,139,52); }

 td.TdClassName
 {
   border-color: #708B34;
 }
 .TagClassName
 {
   border-color: #708B34;
 }
</style>