#70873B

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

Shades of Olive Drab #70873B

Tints of Olive Drab #70873B

Color information

#70873B (or 0x70873B) is unknown color: approx Olive Drab. HEX triplet: 70, 87 and 3B. RGB value is (112,135,59). Sum of RGB (Red+Green+Blue) = 112+135+59=306 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.60% from 306); Green value is 135 (53.12% from 255 or 44.12% from 306); Blue value is 59 (23.44% from 255 or 19.28% from 306); Max value from RGB is 135 - color contains mainly: green. Hex color #70873B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70873B is #8F78C4. Grayscale: #777777. Windows color (decimal): -9402565 or 3901296. OLE color: 3901296.

HSL color Cylindrical-coordinate representation of color #70873B: hue angle of 78.16º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70873B is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB11213559-
CMYK0.1700.560.47
HSL78.16º39.18%38.04%-
HSV(B)78.16º56.3%52.94%-
XYZ16.1421.097.36-
YUV119.4693.88122.68-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.60%
GREEN value IS 135 (53.12% from 255) = 44.12%
BLUE value IS 59 (23.44% from 255) = 19.28%
R=36.60%
G=44.12%
B=19.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal112135590.1700.560.4778.1639.1838.04
Hex70873B110382F4e2726
Octal1602077321070571164746
Binary1110000100001111110111000101110001011111001110100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70873B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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