#70812D

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

Shades of Olive Drab #70812D

Tints of Olive Drab #70812D

Color information

#70812D (or 0x70812D) is unknown color: approx Olive Drab. HEX triplet: 70, 81 and 2D. RGB value is (112,129,45). Sum of RGB (Red+Green+Blue) = 112+129+45=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 129 (50.78% from 255 or 45.10% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 129 - color contains mainly: green. Hex color #70812D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70812D is #8F7ED2. Grayscale: #727272. Windows color (decimal): -9404115 or 2982256. OLE color: 2982256.

HSL color Cylindrical-coordinate representation of color #70812D: hue angle of 72.14º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #70812D is Cyan = 0.13, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB11212945-
CMYK0.1300.650.49
HSL72.14º48.28%34.12%-
HSV(B)72.14º65.12%50.59%-
XYZ15.0119.335.42-
YUV114.3488.87126.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.16%
GREEN value IS 129 (50.78% from 255) = 45.10%
BLUE value IS 45 (17.97% from 255) = 15.73%
R=39.16%
G=45.10%
B=15.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal112129450.1300.650.4972.1448.2834.12
Hex70812DD04131483022
Octal16020155150101611106042
Binary1110000100000011011011101010000011100011001000110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70812D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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