#709916

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

Shades of Olive Drab #709916

Tints of Olive Drab #709916

Color information

#709916 (or 0x709916) is unknown color: approx Olive Drab. HEX triplet: 70, 99 and 16. RGB value is (112,153,22). Sum of RGB (Red+Green+Blue) = 112+153+22=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 153 (60.16% from 255 or 53.31% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 153 - color contains mainly: green. Hex color #709916 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709916 is #8F66E9. Grayscale: #7E7E7E. Windows color (decimal): -9397994 or 1481072. OLE color: 1481072.

HSL color Cylindrical-coordinate representation of color #709916: hue angle of 78.78º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #709916 is Cyan = 0.27, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.4.

Color convert

RGB11215322-
CMYK0.2700.860.4
HSL78.78º74.86%34.31%-
HSV(B)78.78º85.62%60%-
XYZ18.2226.294.87-
YUV125.8169.42118.15-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.02%
GREEN value IS 153 (60.16% from 255) = 53.31%
BLUE value IS 22 (8.98% from 255) = 7.67%
R=39.02%
G=53.31%
B=7.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal112153220.2700.860.478.7874.8634.31
Hex7099161B056284f4b22
Octal160231263301265011711342
Binary11100001001100110110110110101011010100010011111001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709916; }

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

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

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

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

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

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

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

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