#70920D

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

Shades of Olive Drab #70920D

Tints of Olive Drab #70920D

Color information

#70920D (or 0x70920D) is unknown color: approx Olive Drab. HEX triplet: 70, 92 and 0D. RGB value is (112,146,13). Sum of RGB (Red+Green+Blue) = 112+146+13=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 146 (57.42% from 255 or 53.87% from 271); Blue value is 13 (5.47% from 255 or 4.80% from 271); Max value from RGB is 146 - color contains mainly: green. Hex color #70920D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70920D is #8F6DF2. Grayscale: #797979. Windows color (decimal): -9399795 or 889456. OLE color: 889456.

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

Color convert

RGB11214613-
CMYK0.2300.910.43
HSL75.34º83.65%31.18%-
HSV(B)75.34º91.1%57.25%-
XYZ17.0324.034.12-
YUV120.6767.24121.81-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.33%
GREEN value IS 146 (57.42% from 255) = 53.87%
BLUE value IS 13 (5.47% from 255) = 4.80%
R=41.33%
G=53.87%
B=4.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal112146130.2300.910.4375.3483.6531.18
Hex7092D1705B2B4b541f
Octal160222152701335311312437
Binary111000010010010110110111010110111010111001011101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70920D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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