#708928

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

Shades of Olive Drab #708928

Tints of Olive Drab #708928

Color information

#708928 (or 0x708928) is unknown color: approx Olive Drab. HEX triplet: 70, 89 and 28. RGB value is (112,137,40). Sum of RGB (Red+Green+Blue) = 112+137+40=289 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.75% from 289); Green value is 137 (53.91% from 255 or 47.40% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 137 - color contains mainly: green. Hex color #708928 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708928 is #8F76D7. Grayscale: #767676. Windows color (decimal): -9402072 or 2656624. OLE color: 2656624.

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

Color convert

RGB11213740-
CMYK0.1800.710.46
HSL75.46º54.8%34.71%-
HSV(B)75.46º70.8%53.73%-
XYZ16.0121.495.31-
YUV118.4783.72123.39-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.75%
GREEN value IS 137 (53.91% from 255) = 47.40%
BLUE value IS 40 (16.02% from 255) = 13.84%
R=38.75%
G=47.40%
B=13.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal112137400.1800.710.4675.4654.834.71
Hex708928120472E4b3723
Octal16021150220107561136743
Binary11100001000100110100010010010001111011101001011110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708928; }

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

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

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

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

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

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

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

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