Shades of Olive #726C0A
Tints of Olive #726C0A
RGB
CMYK
RGB Variations
Color information
#726C0A (or 0x726C0A) is known color: Olive. HEX triplet: 72, 6C and 0A. RGB value is (114,108,10). Sum of RGB (Red+Green+Blue) = 114+108+10=232 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.14% from 232); Green value is 108 (42.58% from 255 or 46.55% from 232); Blue value is 10 (4.30% from 255 or 4.31% from 232); Max value from RGB is 114 - color contains mainly: red. Hex color #726C0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726C0A is #8D93F5. Grayscale: #636363. Windows color (decimal): -9278454 or 683122. OLE color: 683122.
HSL color Cylindrical-coordinate representation of color #726C0A: hue angle of 56.54º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #726C0A is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 108 | 10 | - |
| CMYK | 0 | 0.05 | 0.91 | 0.55 |
| HSL | 56.54º | 0.84% | 0.24% | - |
| HSV(B) | 56.54º | 0.91% | 0.45% | - |
| XYZ | 12.36 | 14.32 | 2.4 | - |
| YUV | 98.62 | 77.99 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 108 | 10 | 0 | 0.05 | 0.91 | 0.55 | 56.54 | 0.84 | 0.24 |
| Hex | 72 | 6C | A | 0 | 5 | 5B | 37 | 39 | 54 | 18 |
| Octal | 162 | 154 | 12 | 0 | 5 | 133 | 67 | 71 | 124 | 30 |
| Binary | 1110010 | 1101100 | 1010 | 0 | 101 | 1011011 | 110111 | 111001 | 1010100 | 11000 |
Color Harmonies of #726C0A
Complementary color
Monochromatic Colors of #726C0A
Black with #726C0A
Text Example
Text Example
White with #726C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726C0A; }
p { color: rgb(114,108,10); }
H1.HeaderClassName
{
color: #726C0A;
}
.AnyTagClassName
{
color: #726C0A;
}
</style>
background-color css
<style>
a { background-color: #726C0A; }
a { background-color: rgb(114,108,10); }
div.DivClassName
{
background-color: #726C0A;
}
.BgClassName
{
background-color: #726C0A;
}
</style>
border-color css
<style>
span { border-color: #726C0A; }
span { border-color: rgb(114,108,10); }
td.TdClassName
{
border-color: #726C0A;
}
.TagClassName
{
border-color: #726C0A;
}
</style>