#708E37

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

Shades of Olive Drab #708E37

Tints of Olive Drab #708E37

Color information

#708E37 (or 0x708E37) is unknown color: approx Olive Drab. HEX triplet: 70, 8E and 37. RGB value is (112,142,55). Sum of RGB (Red+Green+Blue) = 112+142+55=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 142 (55.86% from 255 or 45.95% from 309); Blue value is 55 (21.88% from 255 or 17.80% from 309); Max value from RGB is 142 - color contains mainly: green. Hex color #708E37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708E37 is #8F71C8. Grayscale: #7B7B7B. Windows color (decimal): -9400777 or 3640944. OLE color: 3640944.

HSL color Cylindrical-coordinate representation of color #708E37: hue angle of 80.69º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #708E37 is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.44.

Color convert

RGB11214255-
CMYK0.2100.610.44
HSL80.69º44.16%38.63%-
HSV(B)80.69º61.27%55.69%-
XYZ17.0423.077.17-
YUV123.1189.56120.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.25%
GREEN value IS 142 (55.86% from 255) = 45.95%
BLUE value IS 55 (21.88% from 255) = 17.80%
R=36.25%
G=45.95%
B=17.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal112142550.2100.610.4480.6944.1638.63
Hex708E371503D2C512c27
Octal1602166725075541215447
Binary1110000100011101101111010101111011011001010001101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,142,55); }

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

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

 a { background-color: rgb(112,142,55); }

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

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

 span { border-color: rgb(112,142,55); }

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