#708C20

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

Shades of Olive Drab #708C20

Tints of Olive Drab #708C20

Color information

#708C20 (or 0x708C20) is unknown color: approx Olive Drab. HEX triplet: 70, 8C and 20. RGB value is (112,140,32). Sum of RGB (Red+Green+Blue) = 112+140+32=284 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.44% from 284); Green value is 140 (55.08% from 255 or 49.30% from 284); Blue value is 32 (12.89% from 255 or 11.27% from 284); Max value from RGB is 140 - color contains mainly: green. Hex color #708C20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708C20 is #8F73DF. Grayscale: #777777. Windows color (decimal): -9401312 or 2133104. OLE color: 2133104.

HSL color Cylindrical-coordinate representation of color #708C20: hue angle of 75.56º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #708C20 is Cyan = 0.20, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.45.

Color convert

RGB11214032-
CMYK0.2000.770.45
HSL75.56º62.79%33.73%-
HSV(B)75.56º77.14%54.9%-
XYZ16.3222.314.81-
YUV119.3278.72122.78-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.44%
GREEN value IS 140 (55.08% from 255) = 49.30%
BLUE value IS 32 (12.89% from 255) = 11.27%
R=39.44%
G=49.30%
B=11.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal112140320.2000.770.4575.5662.7933.73
Hex708C201404D2D4c3f22
Octal16021440240115551147742
Binary11100001000110010000010100010011011011011001100111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708C20; }

 p { color: rgb(112,140,32); }

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

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

 a { background-color: rgb(112,140,32); }

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

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

 span { border-color: rgb(112,140,32); }

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