#70842B

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

Shades of Olive Drab #70842B

Tints of Olive Drab #70842B

Color information

#70842B (or 0x70842B) is unknown color: approx Olive Drab. HEX triplet: 70, 84 and 2B. RGB value is (112,132,43). Sum of RGB (Red+Green+Blue) = 112+132+43=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 132 (51.95% from 255 or 45.99% from 287); Blue value is 43 (17.19% from 255 or 14.98% from 287); Max value from RGB is 132 - color contains mainly: green. Hex color #70842B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70842B is #8F7BD4. Grayscale: #747474. Windows color (decimal): -9403349 or 2851952. OLE color: 2851952.

HSL color Cylindrical-coordinate representation of color #70842B: hue angle of 73.48º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #70842B is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB11213243-
CMYK0.1500.670.48
HSL73.48º50.86%34.31%-
HSV(B)73.48º67.42%51.76%-
XYZ15.3720.125.36-
YUV115.8786.87125.24-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.02%
GREEN value IS 132 (51.95% from 255) = 45.99%
BLUE value IS 43 (17.19% from 255) = 14.98%
R=39.02%
G=45.99%
B=14.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal112132430.1500.670.4873.4850.8634.31
Hex70842BF04330493322
Octal16020453170103601116342
Binary1110000100001001010111111010000111100001001001110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70842B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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