Shades of Olive #72760E
Tints of Olive #72760E
RGB
CMYK
RGB Variations
Color information
#72760E (or 0x72760E) is known color: Olive. HEX triplet: 72, 76 and 0E. RGB value is (114,118,14). Sum of RGB (Red+Green+Blue) = 114+118+14=246 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.34% from 246); Green value is 118 (46.48% from 255 or 47.97% from 246); Blue value is 14 (5.86% from 255 or 5.69% from 246); Max value from RGB is 118 - color contains mainly: green. Hex color #72760E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72760E is #8D89F1. Grayscale: #696969. Windows color (decimal): -9275890 or 947826. OLE color: 947826.
HSL color Cylindrical-coordinate representation of color #72760E: hue angle of 62.31º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #72760E is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 114 | 118 | 14 | - |
| CMYK | 0.03 | 0 | 0.88 | 0.54 |
| HSL | 62.31º | 0.79% | 0.26% | - |
| HSV(B) | 62.31º | 0.88% | 0.46% | - |
| XYZ | 13.5 | 16.57 | 2.9 | - |
| YUV | 104.95 | 76.67 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 118 | 14 | 0.03 | 0 | 0.88 | 0.54 | 62.31 | 0.79 | 0.26 |
| Hex | 72 | 76 | E | 3 | 0 | 58 | 36 | 3E | 4F | 1A |
| Octal | 162 | 166 | 16 | 3 | 0 | 130 | 66 | 76 | 117 | 32 |
| Binary | 1110010 | 1110110 | 1110 | 11 | 0 | 1011000 | 110110 | 111110 | 1001111 | 11010 |
Color Harmonies of #72760E
Complementary color
Monochromatic Colors of #72760E
Black with #72760E
Text Example
Text Example
White with #72760E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72760E; }
p { color: rgb(114,118,14); }
H1.HeaderClassName
{
color: #72760E;
}
.AnyTagClassName
{
color: #72760E;
}
</style>
background-color css
<style>
a { background-color: #72760E; }
a { background-color: rgb(114,118,14); }
div.DivClassName
{
background-color: #72760E;
}
.BgClassName
{
background-color: #72760E;
}
</style>
border-color css
<style>
span { border-color: #72760E; }
span { border-color: rgb(114,118,14); }
td.TdClassName
{
border-color: #72760E;
}
.TagClassName
{
border-color: #72760E;
}
</style>