#709210

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

Shades of Olive Drab #709210

Tints of Olive Drab #709210

Color information

#709210 (or 0x709210) is unknown color: approx Olive Drab. HEX triplet: 70, 92 and 10. RGB value is (112,146,16). Sum of RGB (Red+Green+Blue) = 112+146+16=274 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.88% from 274); Green value is 146 (57.42% from 255 or 53.28% from 274); Blue value is 16 (6.64% from 255 or 5.84% from 274); Max value from RGB is 146 - color contains mainly: green. Hex color #709210 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709210 is #8F6DEF. Grayscale: #797979. Windows color (decimal): -9399792 or 1086064. OLE color: 1086064.

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

Color convert

RGB11214616-
CMYK0.2300.890.43
HSL75.69º80.25%31.76%-
HSV(B)75.69º89.04%57.25%-
XYZ17.0524.044.23-
YUV121.0168.74121.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.88%
GREEN value IS 146 (57.42% from 255) = 53.28%
BLUE value IS 16 (6.64% from 255) = 5.84%
R=40.88%
G=53.28%
B=5.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal112146160.2300.890.4375.6980.2531.76
Hex709210170592B4c5020
Octal160222202701315311412040
Binary11100001001001010000101110101100110101110011001010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709210; }

 p { color: rgb(112,146,16); }

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

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

 a { background-color: rgb(112,146,16); }

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

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

 span { border-color: rgb(112,146,16); }

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