Shades of Olive Drab #72902C
Tints of Olive Drab #72902C
RGB
CMYK
RGB Variations
Color information
#72902C (or 0x72902C) is known color: Olive Drab. HEX triplet: 72, 90 and 2C. RGB value is (114,144,44). Sum of RGB (Red+Green+Blue) = 114+144+44=302 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.75% from 302); Green value is 144 (56.64% from 255 or 47.68% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 144 - color contains mainly: green. Hex color #72902C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72902C is #8D6FD3. Grayscale: #7C7C7C. Windows color (decimal): -9269204 or 2920562. OLE color: 2920562.
HSL color Cylindrical-coordinate representation of color #72902C: hue angle of 78º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #72902C is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 114 | 144 | 44 | - |
| CMYK | 0.21 | 0 | 0.69 | 0.44 |
| HSL | 78º | 0.53% | 0.37% | - |
| HSV(B) | 78º | 0.69% | 0.56% | - |
| XYZ | 17.37 | 23.71 | 6.04 | - |
| YUV | 123.63 | 83.06 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 144 | 44 | 0.21 | 0 | 0.69 | 0.44 | 78 | 0.53 | 0.37 |
| Hex | 72 | 90 | 2C | 15 | 0 | 45 | 2C | 4E | 35 | 25 |
| Octal | 162 | 220 | 54 | 25 | 0 | 105 | 54 | 116 | 65 | 45 |
| Binary | 1110010 | 10010000 | 101100 | 10101 | 0 | 1000101 | 101100 | 1001110 | 110101 | 100101 |
Color Harmonies of #72902C
Complementary color
Monochromatic Colors of #72902C
Black with #72902C
Text Example
Text Example
White with #72902C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72902C; }
p { color: rgb(114,144,44); }
H1.HeaderClassName
{
color: #72902C;
}
.AnyTagClassName
{
color: #72902C;
}
</style>
background-color css
<style>
a { background-color: #72902C; }
a { background-color: rgb(114,144,44); }
div.DivClassName
{
background-color: #72902C;
}
.BgClassName
{
background-color: #72902C;
}
</style>
border-color css
<style>
span { border-color: #72902C; }
span { border-color: rgb(114,144,44); }
td.TdClassName
{
border-color: #72902C;
}
.TagClassName
{
border-color: #72902C;
}
</style>