#70960A

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

Shades of Olive Drab #70960A

Tints of Olive Drab #70960A

Color information

#70960A (or 0x70960A) is unknown color: approx Olive Drab. HEX triplet: 70, 96 and 0A. RGB value is (112,150,10). Sum of RGB (Red+Green+Blue) = 112+150+10=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 150 (58.98% from 255 or 55.15% from 272); Blue value is 10 (4.30% from 255 or 3.68% from 272); Max value from RGB is 150 - color contains mainly: green. Hex color #70960A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70960A is #8F69F5. Grayscale: #7B7B7B. Windows color (decimal): -9398774 or 693872. OLE color: 693872.

HSL color Cylindrical-coordinate representation of color #70960A: hue angle of 76.29º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #70960A is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB11215010-
CMYK0.2500.930.41
HSL76.29º87.5%31.37%-
HSV(B)76.29º93.33%58.82%-
XYZ17.6425.284.24-
YUV122.6864.41120.38-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.18%
GREEN value IS 150 (58.98% from 255) = 55.15%
BLUE value IS 10 (4.30% from 255) = 3.68%
R=41.18%
G=55.15%
B=3.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal112150100.2500.930.4176.2987.531.37
Hex7096A1905D294c581f
Octal160226123101355111413037
Binary111000010010110101011001010111011010011001100101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70960A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70960A; }

 p { color: rgb(112,150,10); }

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

<style>
 a { background-color: #70960A; }

 a { background-color: rgb(112,150,10); }

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

<style>
 span { border-color: #70960A; }

 span { border-color: rgb(112,150,10); }

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