#708924

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

Shades of Olive Drab #708924

Tints of Olive Drab #708924

Color information

#708924 (or 0x708924) is unknown color: approx Olive Drab. HEX triplet: 70, 89 and 24. RGB value is (112,137,36). Sum of RGB (Red+Green+Blue) = 112+137+36=285 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.30% from 285); Green value is 137 (53.91% from 255 or 48.07% from 285); Blue value is 36 (14.45% from 255 or 12.63% from 285); Max value from RGB is 137 - color contains mainly: green. Hex color #708924 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708924 is #8F76DB. Grayscale: #767676. Windows color (decimal): -9402076 or 2394480. OLE color: 2394480.

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

Color convert

RGB11213736-
CMYK0.1800.740.46
HSL74.85º58.38%33.92%-
HSV(B)74.85º73.72%53.73%-
XYZ15.9521.464.97-
YUV118.0181.72123.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.30%
GREEN value IS 137 (53.91% from 255) = 48.07%
BLUE value IS 36 (14.45% from 255) = 12.63%
R=39.30%
G=48.07%
B=12.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal112137360.1800.740.4674.8558.3833.92
Hex7089241204A2E4b3a22
Octal16021144220112561137242
Binary11100001000100110010010010010010101011101001011111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708924; }

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

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

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

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

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

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

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

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