#709233

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

Shades of Olive Drab #709233

Tints of Olive Drab #709233

Color information

#709233 (or 0x709233) is unknown color: approx Olive Drab. HEX triplet: 70, 92 and 33. RGB value is (112,146,51). Sum of RGB (Red+Green+Blue) = 112+146+51=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 146 (57.42% from 255 or 47.25% from 309); Blue value is 51 (20.31% from 255 or 16.50% from 309); Max value from RGB is 146 - color contains mainly: green. Hex color #709233 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709233 is #8F6DCC. Grayscale: #7D7D7D. Windows color (decimal): -9399757 or 3379824. OLE color: 3379824.

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

Color convert

RGB11214651-
CMYK0.2300.650.43
HSL81.47º48.22%38.63%-
HSV(B)81.47º65.07%57.25%-
XYZ17.5624.246.89-
YUV12586.24118.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.25%
GREEN value IS 146 (57.42% from 255) = 47.25%
BLUE value IS 51 (20.31% from 255) = 16.50%
R=36.25%
G=47.25%
B=16.50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal112146510.2300.650.4381.4748.2238.63
Hex709233170412B513027
Octal16022263270101531216047
Binary11100001001001011001110111010000011010111010001110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709233; }

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

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

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

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

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

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

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

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