#70920E

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

Shades of Olive Drab #70920E

Tints of Olive Drab #70920E

Color information

#70920E (or 0x70920E) is unknown color: approx Olive Drab. HEX triplet: 70, 92 and 0E. RGB value is (112,146,14). Sum of RGB (Red+Green+Blue) = 112+146+14=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 146 (57.42% from 255 or 53.68% from 272); Blue value is 14 (5.86% from 255 or 5.15% from 272); Max value from RGB is 146 - color contains mainly: green. Hex color #70920E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70920E is #8F6DF1. Grayscale: #797979. Windows color (decimal): -9399794 or 954992. OLE color: 954992.

HSL color Cylindrical-coordinate representation of color #70920E: hue angle of 75.45º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #70920E is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB11214614-
CMYK0.2300.900.43
HSL75.45º82.5%31.37%-
HSV(B)75.45º90.41%57.25%-
XYZ17.0424.034.16-
YUV120.7967.74121.73-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.18%
GREEN value IS 146 (57.42% from 255) = 53.68%
BLUE value IS 14 (5.86% from 255) = 5.15%
R=41.18%
G=53.68%
B=5.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal112146140.2300.900.4375.4582.531.37
Hex7092E1705A2B4b521f
Octal160222162701325311312237
Binary111000010010010111010111010110101010111001011101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70920E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,146,14); }

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

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

 a { background-color: rgb(112,146,14); }

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

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

 span { border-color: rgb(112,146,14); }

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