#70893C

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

Shades of Olive Drab #70893C

Tints of Olive Drab #70893C

Color information

#70893C (or 0x70893C) is unknown color: approx Olive Drab. HEX triplet: 70, 89 and 3C. RGB value is (112,137,60). Sum of RGB (Red+Green+Blue) = 112+137+60=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 137 (53.91% from 255 or 44.34% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 137 - color contains mainly: green. Hex color #70893C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70893C is #8F76C3. Grayscale: #797979. Windows color (decimal): -9402052 or 3967344. OLE color: 3967344.

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

Color convert

RGB11213760-
CMYK0.1800.560.46
HSL79.48º39.09%38.63%-
HSV(B)79.48º56.2%53.73%-
XYZ16.4421.667.59-
YUV120.7593.72121.76-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.25%
GREEN value IS 137 (53.91% from 255) = 44.34%
BLUE value IS 60 (23.83% from 255) = 19.42%
R=36.25%
G=44.34%
B=19.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal112137600.1800.560.4679.4839.0938.63
Hex70893C120382E4f2727
Octal1602117422070561174747
Binary1110000100010011111001001001110001011101001111100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70893C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70893C; }

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

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

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

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

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

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

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

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