Shades of Olive Drab #72940C
Tints of Olive Drab #72940C
RGB
CMYK
RGB Variations
Color information
#72940C (or 0x72940C) is known color: Olive Drab. HEX triplet: 72, 94 and 0C. RGB value is (114,148,12). Sum of RGB (Red+Green+Blue) = 114+148+12=274 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.61% from 274); Green value is 148 (58.20% from 255 or 54.01% from 274); Blue value is 12 (5.08% from 255 or 4.38% from 274); Max value from RGB is 148 - color contains mainly: green. Hex color #72940C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72940C is #8D6BF3. Grayscale: #7A7A7A. Windows color (decimal): -9268212 or 824434. OLE color: 824434.
HSL color Cylindrical-coordinate representation of color #72940C: hue angle of 75º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #72940C is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 114 | 148 | 12 | - |
| CMYK | 0.23 | 0 | 0.92 | 0.42 |
| HSL | 75º | 0.85% | 0.31% | - |
| HSV(B) | 75º | 0.92% | 0.58% | - |
| XYZ | 17.6 | 24.78 | 4.2 | - |
| YUV | 122.33 | 65.74 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 148 | 12 | 0.23 | 0 | 0.92 | 0.42 | 75 | 0.85 | 0.31 |
| Hex | 72 | 94 | C | 17 | 0 | 5C | 2A | 4B | 55 | 1F |
| Octal | 162 | 224 | 14 | 27 | 0 | 134 | 52 | 113 | 125 | 37 |
| Binary | 1110010 | 10010100 | 1100 | 10111 | 0 | 1011100 | 101010 | 1001011 | 1010101 | 11111 |
Color Harmonies of #72940C
Complementary color
Monochromatic Colors of #72940C
Black with #72940C
Text Example
Text Example
White with #72940C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72940C; }
p { color: rgb(114,148,12); }
H1.HeaderClassName
{
color: #72940C;
}
.AnyTagClassName
{
color: #72940C;
}
</style>
background-color css
<style>
a { background-color: #72940C; }
a { background-color: rgb(114,148,12); }
div.DivClassName
{
background-color: #72940C;
}
.BgClassName
{
background-color: #72940C;
}
</style>
border-color css
<style>
span { border-color: #72940C; }
span { border-color: rgb(114,148,12); }
td.TdClassName
{
border-color: #72940C;
}
.TagClassName
{
border-color: #72940C;
}
</style>