#70882D

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

Shades of Olive Drab #70882D

Tints of Olive Drab #70882D

Color information

#70882D (or 0x70882D) is unknown color: approx Olive Drab. HEX triplet: 70, 88 and 2D. RGB value is (112,136,45). Sum of RGB (Red+Green+Blue) = 112+136+45=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 136 (53.52% from 255 or 46.42% from 293); Blue value is 45 (17.97% from 255 or 15.36% from 293); Max value from RGB is 136 - color contains mainly: green. Hex color #70882D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70882D is #8F77D2. Grayscale: #767676. Windows color (decimal): -9402323 or 2984048. OLE color: 2984048.

HSL color Cylindrical-coordinate representation of color #70882D: hue angle of 75.82º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #70882D is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB11213645-
CMYK0.1800.670.47
HSL75.82º50.28%35.49%-
HSV(B)75.82º66.91%53.33%-
XYZ15.9621.245.74-
YUV118.4586.55123.4-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.23%
GREEN value IS 136 (53.52% from 255) = 46.42%
BLUE value IS 45 (17.97% from 255) = 15.36%
R=38.23%
G=46.42%
B=15.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal112136450.1800.670.4775.8250.2835.49
Hex70882D120432F4c3223
Octal16021055220103571146243
Binary11100001000100010110110010010000111011111001100110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70882D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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