#70882C

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

Shades of Olive Drab #70882C

Tints of Olive Drab #70882C

Color information

#70882C (or 0x70882C) is unknown color: approx Olive Drab. HEX triplet: 70, 88 and 2C. RGB value is (112,136,44). Sum of RGB (Red+Green+Blue) = 112+136+44=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 136 (53.52% from 255 or 46.58% from 292); Blue value is 44 (17.58% from 255 or 15.07% from 292); Max value from RGB is 136 - color contains mainly: green. Hex color #70882C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70882C is #8F77D3. Grayscale: #767676. Windows color (decimal): -9402324 or 2918512. OLE color: 2918512.

HSL color Cylindrical-coordinate representation of color #70882C: hue angle of 75.65º degrees, saturation: 0.51, 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 #70882C is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB11213644-
CMYK0.1800.680.47
HSL75.65º51.11%35.29%-
HSV(B)75.65º67.65%53.33%-
XYZ15.9421.235.64-
YUV118.3486.05123.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.36%
GREEN value IS 136 (53.52% from 255) = 46.58%
BLUE value IS 44 (17.58% from 255) = 15.07%
R=38.36%
G=46.58%
B=15.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal112136440.1800.680.4775.6551.1135.29
Hex70882C120442F4c3323
Octal16021054220104571146343
Binary11100001000100010110010010010001001011111001100110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70882C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,136,44); }

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

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

 a { background-color: rgb(112,136,44); }

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

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

 span { border-color: rgb(112,136,44); }

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