#70892D

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

Shades of Olive Drab #70892D

Tints of Olive Drab #70892D

Color information

#70892D (or 0x70892D) is unknown color: approx Olive Drab. HEX triplet: 70, 89 and 2D. RGB value is (112,137,45). Sum of RGB (Red+Green+Blue) = 112+137+45=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 137 (53.91% from 255 or 46.60% from 294); Blue value is 45 (17.97% from 255 or 15.31% from 294); Max value from RGB is 137 - color contains mainly: green. Hex color #70892D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70892D is #8F76D2. Grayscale: #777777. Windows color (decimal): -9402067 or 2984304. OLE color: 2984304.

HSL color Cylindrical-coordinate representation of color #70892D: hue angle of 76.3º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #70892D is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.46.

Color convert

RGB11213745-
CMYK0.1800.670.46
HSL76.3º50.55%35.69%-
HSV(B)76.3º67.15%53.73%-
XYZ16.121.535.79-
YUV119.0486.22122.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.10%
GREEN value IS 137 (53.91% from 255) = 46.60%
BLUE value IS 45 (17.97% from 255) = 15.31%
R=38.10%
G=46.60%
B=15.31%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal112137450.1800.670.4676.350.5535.69
Hex70892D120432E4c3324
Octal16021155220103561146344
Binary11100001000100110110110010010000111011101001100110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70892D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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