Shades of Olive #726D0B
Tints of Olive #726D0B
RGB
CMYK
RGB Variations
Color information
#726D0B (or 0x726D0B) is known color: Olive. HEX triplet: 72, 6D and 0B. RGB value is (114,109,11). Sum of RGB (Red+Green+Blue) = 114+109+11=234 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.72% from 234); Green value is 109 (42.97% from 255 or 46.58% from 234); Blue value is 11 (4.69% from 255 or 4.70% from 234); Max value from RGB is 114 - color contains mainly: red. Hex color #726D0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726D0B is #8D92F4. Grayscale: #636363. Windows color (decimal): -9278197 or 748914. OLE color: 748914.
HSL color Cylindrical-coordinate representation of color #726D0B: hue angle of 57.09º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #726D0B is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 109 | 11 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.55 |
| HSL | 57.09º | 0.82% | 0.25% | - |
| HSV(B) | 57.09º | 0.9% | 0.45% | - |
| XYZ | 12.47 | 14.54 | 2.47 | - |
| YUV | 99.32 | 78.16 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 109 | 11 | 0 | 0.04 | 0.90 | 0.55 | 57.09 | 0.82 | 0.25 |
| Hex | 72 | 6D | B | 0 | 4 | 5A | 37 | 39 | 52 | 19 |
| Octal | 162 | 155 | 13 | 0 | 4 | 132 | 67 | 71 | 122 | 31 |
| Binary | 1110010 | 1101101 | 1011 | 0 | 100 | 1011010 | 110111 | 111001 | 1010010 | 11001 |
Color Harmonies of #726D0B
Complementary color
Monochromatic Colors of #726D0B
Black with #726D0B
Text Example
Text Example
White with #726D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726D0B; }
p { color: rgb(114,109,11); }
H1.HeaderClassName
{
color: #726D0B;
}
.AnyTagClassName
{
color: #726D0B;
}
</style>
background-color css
<style>
a { background-color: #726D0B; }
a { background-color: rgb(114,109,11); }
div.DivClassName
{
background-color: #726D0B;
}
.BgClassName
{
background-color: #726D0B;
}
</style>
border-color css
<style>
span { border-color: #726D0B; }
span { border-color: rgb(114,109,11); }
td.TdClassName
{
border-color: #726D0B;
}
.TagClassName
{
border-color: #726D0B;
}
</style>