#708E28

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

Shades of Olive Drab #708E28

Tints of Olive Drab #708E28

Color information

#708E28 (or 0x708E28) is unknown color: approx Olive Drab. HEX triplet: 70, 8E and 28. RGB value is (112,142,40). Sum of RGB (Red+Green+Blue) = 112+142+40=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 142 (55.86% from 255 or 48.30% from 294); Blue value is 40 (16.02% from 255 or 13.61% from 294); Max value from RGB is 142 - color contains mainly: green. Hex color #708E28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708E28 is #8F71D7. Grayscale: #797979. Windows color (decimal): -9400792 or 2657904. OLE color: 2657904.

HSL color Cylindrical-coordinate representation of color #708E28: hue angle of 77.65º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #708E28 is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.44.

Color convert

RGB11214240-
CMYK0.2100.720.44
HSL77.65º56.04%35.69%-
HSV(B)77.65º71.83%55.69%-
XYZ16.7422.945.55-
YUV121.482.06121.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.10%
GREEN value IS 142 (55.86% from 255) = 48.30%
BLUE value IS 40 (16.02% from 255) = 13.61%
R=38.10%
G=48.30%
B=13.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal112142400.2100.720.4477.6556.0435.69
Hex708E28150482C4e3824
Octal16021650250110541167044
Binary11100001000111010100010101010010001011001001110111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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