#708E09

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

Shades of Olive Drab #708E09

Tints of Olive Drab #708E09

Color information

#708E09 (or 0x708E09) is unknown color: approx Olive Drab. HEX triplet: 70, 8E and 09. RGB value is (112,142,9). Sum of RGB (Red+Green+Blue) = 112+142+9=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 142 (55.86% from 255 or 53.99% from 263); Blue value is 9 (3.91% from 255 or 3.42% from 263); Max value from RGB is 142 - color contains mainly: green. Hex color #708E09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708E09 is #8F71F6. Grayscale: #767676. Windows color (decimal): -9400823 or 626288. OLE color: 626288.

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

Color convert

RGB1121429-
CMYK0.2100.940.44
HSL73.53º88.08%29.61%-
HSV(B)73.53º93.66%55.69%-
XYZ16.422.813.8-
YUV117.8766.56123.81-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.59%
GREEN value IS 142 (55.86% from 255) = 53.99%
BLUE value IS 9 (3.91% from 255) = 3.42%
R=42.59%
G=53.99%
B=3.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal11214290.2100.940.4473.5388.0829.61
Hex708E91505E2C4a581e
Octal160216112501365411213036
Binary111000010001110100110101010111101011001001010101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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