#708E16

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

Shades of Olive Drab #708E16

Tints of Olive Drab #708E16

Color information

#708E16 (or 0x708E16) is unknown color: approx Olive Drab. HEX triplet: 70, 8E and 16. RGB value is (112,142,22). Sum of RGB (Red+Green+Blue) = 112+142+22=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 142 (55.86% from 255 or 51.45% from 276); Blue value is 22 (8.98% from 255 or 7.97% from 276); Max value from RGB is 142 - color contains mainly: green. Hex color #708E16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708E16 is #8F71E9. Grayscale: #777777. Windows color (decimal): -9400810 or 1478256. OLE color: 1478256.

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

Color convert

RGB11214222-
CMYK0.2100.850.44
HSL75º73.17%32.16%-
HSV(B)75º84.51%55.69%-
XYZ16.522.854.3-
YUV119.3573.06122.76-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.58%
GREEN value IS 142 (55.86% from 255) = 51.45%
BLUE value IS 22 (8.98% from 255) = 7.97%
R=40.58%
G=51.45%
B=7.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal112142220.2100.850.447573.1732.16
Hex708E16150552C4b4920
Octal160216262501255411311140
Binary11100001000111010110101010101010110110010010111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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