Shades of Olive #72860A
Tints of Olive #72860A
RGB
CMYK
RGB Variations
Color information
#72860A (or 0x72860A) is known color: Olive. HEX triplet: 72, 86 and 0A. RGB value is (114,134,10). Sum of RGB (Red+Green+Blue) = 114+134+10=258 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.19% from 258); Green value is 134 (52.73% from 255 or 51.94% from 258); Blue value is 10 (4.30% from 255 or 3.88% from 258); Max value from RGB is 134 - color contains mainly: green. Hex color #72860A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72860A is #8D79F5. Grayscale: #727272. Windows color (decimal): -9271798 or 689778. OLE color: 689778.
HSL color Cylindrical-coordinate representation of color #72860A: hue angle of 69.68º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #72860A is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 134 | 10 | - |
| CMYK | 0.15 | 0 | 0.93 | 0.47 |
| HSL | 69.68º | 0.86% | 0.28% | - |
| HSV(B) | 69.68º | 0.93% | 0.53% | - |
| XYZ | 15.52 | 20.65 | 3.45 | - |
| YUV | 113.88 | 69.37 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 134 | 10 | 0.15 | 0 | 0.93 | 0.47 | 69.68 | 0.86 | 0.28 |
| Hex | 72 | 86 | A | F | 0 | 5D | 2F | 46 | 56 | 1C |
| Octal | 162 | 206 | 12 | 17 | 0 | 135 | 57 | 106 | 126 | 34 |
| Binary | 1110010 | 10000110 | 1010 | 1111 | 0 | 1011101 | 101111 | 1000110 | 1010110 | 11100 |
Color Harmonies of #72860A
Complementary color
Monochromatic Colors of #72860A
Black with #72860A
Text Example
Text Example
White with #72860A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72860A; }
p { color: rgb(114,134,10); }
H1.HeaderClassName
{
color: #72860A;
}
.AnyTagClassName
{
color: #72860A;
}
</style>
background-color css
<style>
a { background-color: #72860A; }
a { background-color: rgb(114,134,10); }
div.DivClassName
{
background-color: #72860A;
}
.BgClassName
{
background-color: #72860A;
}
</style>
border-color css
<style>
span { border-color: #72860A; }
span { border-color: rgb(114,134,10); }
td.TdClassName
{
border-color: #72860A;
}
.TagClassName
{
border-color: #72860A;
}
</style>