#70902E

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

Shades of Olive Drab #70902E

Tints of Olive Drab #70902E

Color information

#70902E (or 0x70902E) is unknown color: approx Olive Drab. HEX triplet: 70, 90 and 2E. RGB value is (112,144,46). Sum of RGB (Red+Green+Blue) = 112+144+46=302 (40% of max value = 765). Red value is 112 (44.14% from 255 or 37.09% from 302); Green value is 144 (56.64% from 255 or 47.68% from 302); Blue value is 46 (18.36% from 255 or 15.23% from 302); Max value from RGB is 144 - color contains mainly: green. Hex color #70902E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70902E is #8F6FD1. Grayscale: #7B7B7B. Windows color (decimal): -9400274 or 3051632. OLE color: 3051632.

HSL color Cylindrical-coordinate representation of color #70902E: hue angle of 79.59º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #70902E is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.44.

Color convert

RGB11214446-
CMYK0.2200.680.44
HSL79.59º51.58%37.25%-
HSV(B)79.59º68.06%56.47%-
XYZ17.1523.596.23-
YUV123.2684.4119.97-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.09%
GREEN value IS 144 (56.64% from 255) = 47.68%
BLUE value IS 46 (18.36% from 255) = 15.23%
R=37.09%
G=47.68%
B=15.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal112144460.2200.680.4479.5951.5837.25
Hex70902E160442C503425
Octal16022056260104541206445
Binary11100001001000010111010110010001001011001010000110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70902E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70902E; }

 p { color: rgb(112,144,46); }

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

<style>
 a { background-color: #70902E; }

 a { background-color: rgb(112,144,46); }

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

<style>
 span { border-color: #70902E; }

 span { border-color: rgb(112,144,46); }

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