#72960F

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

Shades of Olive Drab #72960F

Tints of Olive Drab #72960F

Color information

#72960F (or 0x72960F) is unknown color: approx Olive Drab. HEX triplet: 72, 96 and 0F. RGB value is (114,150,15). Sum of RGB (Red+Green+Blue) = 114+150+15=279 (36% of max value = 765). Red value is 114 (44.92% from 255 or 40.86% from 279); Green value is 150 (58.98% from 255 or 53.76% from 279); Blue value is 15 (6.25% from 255 or 5.38% from 279); Max value from RGB is 150 - color contains mainly: green. Hex color #72960F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72960F is #8D69F0. Grayscale: #7C7C7C. Windows color (decimal): -9267697 or 1021554. OLE color: 1021554.

HSL color Cylindrical-coordinate representation of color #72960F: hue angle of 76º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #72960F is Cyan = 0.24, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.41.

Color convert

RGB11415015-
CMYK0.2400.90.41
HSL76º81.82%32.35%-
HSV(B)76º90%58.82%-
XYZ17.9325.424.41-
YUV123.8566.57120.98-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.86%
GREEN value IS 150 (58.98% from 255) = 53.76%
BLUE value IS 15 (6.25% from 255) = 5.38%
R=40.86%
G=53.76%
B=5.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.9
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal114150150.2400.90.417681.8232.35
Hex7296F1805A294c5220
Octal162226173001325111412240
Binary1110010100101101111110000101101010100110011001010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72960F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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