Shades of Olive Drab #72931C
Tints of Olive Drab #72931C
RGB
CMYK
RGB Variations
Color information
#72931C (or 0x72931C) is known color: Olive Drab. HEX triplet: 72, 93 and 1C. RGB value is (114,147,28). Sum of RGB (Red+Green+Blue) = 114+147+28=289 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.45% from 289); Green value is 147 (57.81% from 255 or 50.87% from 289); Blue value is 28 (11.33% from 255 or 9.69% from 289); Max value from RGB is 147 - color contains mainly: green. Hex color #72931C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72931C is #8D6CE3. Grayscale: #7C7C7C. Windows color (decimal): -9268452 or 1872754. OLE color: 1872754.
HSL color Cylindrical-coordinate representation of color #72931C: hue angle of 76.64º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #72931C is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 114 | 147 | 28 | - |
| CMYK | 0.22 | 0 | 0.81 | 0.42 |
| HSL | 76.64º | 0.68% | 0.34% | - |
| HSV(B) | 76.64º | 0.81% | 0.58% | - |
| XYZ | 17.58 | 24.53 | 4.91 | - |
| YUV | 123.57 | 74.07 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 147 | 28 | 0.22 | 0 | 0.81 | 0.42 | 76.64 | 0.68 | 0.34 |
| Hex | 72 | 93 | 1C | 16 | 0 | 51 | 2A | 4D | 44 | 22 |
| Octal | 162 | 223 | 34 | 26 | 0 | 121 | 52 | 115 | 104 | 42 |
| Binary | 1110010 | 10010011 | 11100 | 10110 | 0 | 1010001 | 101010 | 1001101 | 1000100 | 100010 |
Color Harmonies of #72931C
Complementary color
Monochromatic Colors of #72931C
Black with #72931C
Text Example
Text Example
White with #72931C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72931C; }
p { color: rgb(114,147,28); }
H1.HeaderClassName
{
color: #72931C;
}
.AnyTagClassName
{
color: #72931C;
}
</style>
background-color css
<style>
a { background-color: #72931C; }
a { background-color: rgb(114,147,28); }
div.DivClassName
{
background-color: #72931C;
}
.BgClassName
{
background-color: #72931C;
}
</style>
border-color css
<style>
span { border-color: #72931C; }
span { border-color: rgb(114,147,28); }
td.TdClassName
{
border-color: #72931C;
}
.TagClassName
{
border-color: #72931C;
}
</style>