#72960A

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

Shades of Olive Drab #72960A

Tints of Olive Drab #72960A

Color information

#72960A (or 0x72960A) is unknown color: approx Olive Drab. HEX triplet: 72, 96 and 0A. RGB value is (114,150,10). Sum of RGB (Red+Green+Blue) = 114+150+10=274 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.61% from 274); Green value is 150 (58.98% from 255 or 54.74% from 274); Blue value is 10 (4.30% from 255 or 3.65% from 274); Max value from RGB is 150 - color contains mainly: green. Hex color #72960A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72960A is #8D69F5. Grayscale: #7B7B7B. Windows color (decimal): -9267702 or 693874. OLE color: 693874.

HSL color Cylindrical-coordinate representation of color #72960A: hue angle of 75.43º 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 #72960A is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB11415010-
CMYK0.2400.930.41
HSL75.43º87.5%31.37%-
HSV(B)75.43º93.33%58.82%-
XYZ17.925.414.25-
YUV123.2864.07121.38-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.61%
GREEN value IS 150 (58.98% from 255) = 54.74%
BLUE value IS 10 (4.30% from 255) = 3.65%
R=41.61%
G=54.74%
B=3.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal114150100.2400.930.4175.4387.531.37
Hex7296A1805D294b581f
Octal162226123001355111313037
Binary111001010010110101011000010111011010011001011101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72960A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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