#709132

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

Shades of Olive Drab #709132

Tints of Olive Drab #709132

Color information

#709132 (or 0x709132) is unknown color: approx Olive Drab. HEX triplet: 70, 91 and 32. RGB value is (112,145,50). Sum of RGB (Red+Green+Blue) = 112+145+50=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 145 (57.03% from 255 or 47.23% from 307); Blue value is 50 (19.92% from 255 or 16.29% from 307); Max value from RGB is 145 - color contains mainly: green. Hex color #709132 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709132 is #8F6ECD. Grayscale: #7C7C7C. Windows color (decimal): -9400014 or 3314032. OLE color: 3314032.

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

Color convert

RGB11214550-
CMYK0.2300.660.43
HSL80.84º48.72%38.24%-
HSV(B)80.84º65.52%56.86%-
XYZ17.3823.936.72-
YUV124.386.07119.22-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.48%
GREEN value IS 145 (57.03% from 255) = 47.23%
BLUE value IS 50 (19.92% from 255) = 16.29%
R=36.48%
G=47.23%
B=16.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal112145500.2300.660.4380.8448.7238.24
Hex709132170422B513126
Octal16022162270102531216146
Binary11100001001000111001010111010000101010111010001110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709132; }

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

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

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

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

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

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

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

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