Shades of Olive #72860C
Tints of Olive #72860C
RGB
CMYK
RGB Variations
Color information
#72860C (or 0x72860C) is known color: Olive. HEX triplet: 72, 86 and 0C. RGB value is (114,134,12). Sum of RGB (Red+Green+Blue) = 114+134+12=260 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.85% from 260); Green value is 134 (52.73% from 255 or 51.54% from 260); Blue value is 12 (5.08% from 255 or 4.62% from 260); Max value from RGB is 134 - color contains mainly: green. Hex color #72860C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72860C is #8D79F3. Grayscale: #727272. Windows color (decimal): -9271796 or 820850. OLE color: 820850.
HSL color Cylindrical-coordinate representation of color #72860C: hue angle of 69.84º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #72860C is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 134 | 12 | - |
| CMYK | 0.15 | 0 | 0.91 | 0.47 |
| HSL | 69.84º | 0.84% | 0.29% | - |
| HSV(B) | 69.84º | 0.91% | 0.53% | - |
| XYZ | 15.53 | 20.65 | 3.52 | - |
| YUV | 114.11 | 70.37 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 134 | 12 | 0.15 | 0 | 0.91 | 0.47 | 69.84 | 0.84 | 0.29 |
| Hex | 72 | 86 | C | F | 0 | 5B | 2F | 46 | 54 | 1D |
| Octal | 162 | 206 | 14 | 17 | 0 | 133 | 57 | 106 | 124 | 35 |
| Binary | 1110010 | 10000110 | 1100 | 1111 | 0 | 1011011 | 101111 | 1000110 | 1010100 | 11101 |
Color Harmonies of #72860C
Complementary color
Monochromatic Colors of #72860C
Black with #72860C
Text Example
Text Example
White with #72860C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72860C; }
p { color: rgb(114,134,12); }
H1.HeaderClassName
{
color: #72860C;
}
.AnyTagClassName
{
color: #72860C;
}
</style>
background-color css
<style>
a { background-color: #72860C; }
a { background-color: rgb(114,134,12); }
div.DivClassName
{
background-color: #72860C;
}
.BgClassName
{
background-color: #72860C;
}
</style>
border-color css
<style>
span { border-color: #72860C; }
span { border-color: rgb(114,134,12); }
td.TdClassName
{
border-color: #72860C;
}
.TagClassName
{
border-color: #72860C;
}
</style>