#708929

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

Shades of Olive Drab #708929

Tints of Olive Drab #708929

Color information

#708929 (or 0x708929) is unknown color: approx Olive Drab. HEX triplet: 70, 89 and 29. RGB value is (112,137,41). Sum of RGB (Red+Green+Blue) = 112+137+41=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 137 (53.91% from 255 or 47.24% from 290); Blue value is 41 (16.41% from 255 or 14.14% from 290); Max value from RGB is 137 - color contains mainly: green. Hex color #708929 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708929 is #8F76D6. Grayscale: #767676. Windows color (decimal): -9402071 or 2722160. OLE color: 2722160.

HSL color Cylindrical-coordinate representation of color #708929: hue angle of 75.62º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #708929 is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.46.

Color convert

RGB11213741-
CMYK0.1800.700.46
HSL75.62º53.93%34.9%-
HSV(B)75.62º70.07%53.73%-
XYZ16.0321.55.4-
YUV118.5884.22123.31-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.62%
GREEN value IS 137 (53.91% from 255) = 47.24%
BLUE value IS 41 (16.41% from 255) = 14.14%
R=38.62%
G=47.24%
B=14.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal112137410.1800.700.4675.6253.9334.9
Hex708929120462E4c3623
Octal16021151220106561146643
Binary11100001000100110100110010010001101011101001100110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708929; }

 p { color: rgb(112,137,41); }

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

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

 a { background-color: rgb(112,137,41); }

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

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

 span { border-color: rgb(112,137,41); }

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