#70893B

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

Shades of Olive Drab #70893B

Tints of Olive Drab #70893B

Color information

#70893B (or 0x70893B) is unknown color: approx Olive Drab. HEX triplet: 70, 89 and 3B. RGB value is (112,137,59). Sum of RGB (Red+Green+Blue) = 112+137+59=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 137 (53.91% from 255 or 44.48% from 308); Blue value is 59 (23.44% from 255 or 19.16% from 308); Max value from RGB is 137 - color contains mainly: green. Hex color #70893B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70893B is #8F76C4. Grayscale: #787878. Windows color (decimal): -9402053 or 3901808. OLE color: 3901808.

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

Color convert

RGB11213759-
CMYK0.1800.570.46
HSL79.23º39.8%38.43%-
HSV(B)79.23º56.93%53.73%-
XYZ16.4221.657.45-
YUV120.6393.22121.84-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.36%
GREEN value IS 137 (53.91% from 255) = 44.48%
BLUE value IS 59 (23.44% from 255) = 19.16%
R=36.36%
G=44.48%
B=19.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal112137590.1800.570.4679.2339.838.43
Hex70893B120392E4f2826
Octal1602117322071561175046
Binary1110000100010011110111001001110011011101001111101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70893B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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