#709106

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

Shades of Olive Drab #709106

Tints of Olive Drab #709106

Color information

#709106 (or 0x709106) is unknown color: approx Olive Drab. HEX triplet: 70, 91 and 06. RGB value is (112,145,6). Sum of RGB (Red+Green+Blue) = 112+145+6=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 145 (57.03% from 255 or 55.13% from 263); Blue value is 6 (2.73% from 255 or 2.28% from 263); Max value from RGB is 145 - color contains mainly: green. Hex color #709106 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709106 is #8F6EF9. Grayscale: #777777. Windows color (decimal): -9400058 or 430448. OLE color: 430448.

HSL color Cylindrical-coordinate representation of color #709106: hue angle of 74.24º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #709106 is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.43.

Color convert

RGB1121456-
CMYK0.2300.960.43
HSL74.24º92.05%29.61%-
HSV(B)74.24º95.86%56.86%-
XYZ16.8423.713.86-
YUV119.2964.07122.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.59%
GREEN value IS 145 (57.03% from 255) = 55.13%
BLUE value IS 6 (2.73% from 255) = 2.28%
R=42.59%
G=55.13%
B=2.28%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal11214560.2300.960.4374.2492.0529.61
Hex70916170602B4a5c1e
Octal16022162701405311213436
Binary11100001001000111010111011000001010111001010101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709106; }

 p { color: rgb(112,145,6); }

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

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

 a { background-color: rgb(112,145,6); }

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

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

 span { border-color: rgb(112,145,6); }

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