#709136

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

Shades of Olive Drab #709136

Tints of Olive Drab #709136

Color information

#709136 (or 0x709136) is unknown color: approx Olive Drab. HEX triplet: 70, 91 and 36. RGB value is (112,145,54). Sum of RGB (Red+Green+Blue) = 112+145+54=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 145 (57.03% from 255 or 46.62% from 311); Blue value is 54 (21.48% from 255 or 17.36% from 311); Max value from RGB is 145 - color contains mainly: green. Hex color #709136 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709136 is #8F6EC9. Grayscale: #7D7D7D. Windows color (decimal): -9400010 or 3576176. OLE color: 3576176.

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

Color convert

RGB11214554-
CMYK0.2300.630.43
HSL81.76º45.73%39.02%-
HSV(B)81.76º62.76%56.86%-
XYZ17.4723.967.19-
YUV124.7688.07118.9-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.01%
GREEN value IS 145 (57.03% from 255) = 46.62%
BLUE value IS 54 (21.48% from 255) = 17.36%
R=36.01%
G=46.62%
B=17.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal112145540.2300.630.4381.7645.7339.02
Hex7091361703F2B522e27
Octal1602216627077531225647
Binary1110000100100011101101011101111111010111010010101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709136; }

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

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

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

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

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

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

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

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