#70872B

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

Shades of Olive Drab #70872B

Tints of Olive Drab #70872B

Color information

#70872B (or 0x70872B) is unknown color: approx Olive Drab. HEX triplet: 70, 87 and 2B. RGB value is (112,135,43). Sum of RGB (Red+Green+Blue) = 112+135+43=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 135 (53.12% from 255 or 46.55% from 290); Blue value is 43 (17.19% from 255 or 14.83% from 290); Max value from RGB is 135 - color contains mainly: green. Hex color #70872B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70872B is #8F78D4. Grayscale: #757575. Windows color (decimal): -9402581 or 2852720. OLE color: 2852720.

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

Color convert

RGB11213543-
CMYK0.1700.680.47
HSL75º51.69%34.9%-
HSV(B)75º68.15%52.94%-
XYZ15.7820.955.5-
YUV117.6485.88123.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.62%
GREEN value IS 135 (53.12% from 255) = 46.55%
BLUE value IS 43 (17.19% from 255) = 14.83%
R=38.62%
G=46.55%
B=14.83%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal112135430.1700.680.477551.6934.9
Hex70872B110442F4b3423
Octal16020753210104571136443
Binary11100001000011110101110001010001001011111001011110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70872B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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