Shades of Olive Drab #72980F
Tints of Olive Drab #72980F
RGB
CMYK
RGB Variations
Color information
#72980F (or 0x72980F) is known color: Olive Drab. HEX triplet: 72, 98 and 0F. RGB value is (114,152,15). Sum of RGB (Red+Green+Blue) = 114+152+15=281 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.57% from 281); Green value is 152 (59.77% from 255 or 54.09% from 281); Blue value is 15 (6.25% from 255 or 5.34% from 281); Max value from RGB is 152 - color contains mainly: green. Hex color #72980F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72980F is #8D67F0. Grayscale: #7D7D7D. Windows color (decimal): -9267185 or 1022066. OLE color: 1022066.
HSL color Cylindrical-coordinate representation of color #72980F: hue angle of 76.64º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #72980F is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 114 | 152 | 15 | - |
| CMYK | 0.25 | 0 | 0.90 | 0.40 |
| HSL | 76.64º | 0.82% | 0.33% | - |
| HSV(B) | 76.64º | 0.9% | 0.6% | - |
| XYZ | 18.25 | 26.07 | 4.52 | - |
| YUV | 125.02 | 65.91 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 152 | 15 | 0.25 | 0 | 0.90 | 0.40 | 76.64 | 0.82 | 0.33 |
| Hex | 72 | 98 | F | 19 | 0 | 5A | 28 | 4D | 52 | 21 |
| Octal | 162 | 230 | 17 | 31 | 0 | 132 | 50 | 115 | 122 | 41 |
| Binary | 1110010 | 10011000 | 1111 | 11001 | 0 | 1011010 | 101000 | 1001101 | 1010010 | 100001 |
Color Harmonies of #72980F
Complementary color
Monochromatic Colors of #72980F
Black with #72980F
Text Example
Text Example
White with #72980F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72980F; }
p { color: rgb(114,152,15); }
H1.HeaderClassName
{
color: #72980F;
}
.AnyTagClassName
{
color: #72980F;
}
</style>
background-color css
<style>
a { background-color: #72980F; }
a { background-color: rgb(114,152,15); }
div.DivClassName
{
background-color: #72980F;
}
.BgClassName
{
background-color: #72980F;
}
</style>
border-color css
<style>
span { border-color: #72980F; }
span { border-color: rgb(114,152,15); }
td.TdClassName
{
border-color: #72980F;
}
.TagClassName
{
border-color: #72980F;
}
</style>