Shades of Olive #726C0B
Tints of Olive #726C0B
RGB
CMYK
RGB Variations
Color information
#726C0B (or 0x726C0B) is known color: Olive. HEX triplet: 72, 6C and 0B. RGB value is (114,108,11). Sum of RGB (Red+Green+Blue) = 114+108+11=233 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.93% from 233); Green value is 108 (42.58% from 255 or 46.35% from 233); Blue value is 11 (4.69% from 255 or 4.72% from 233); Max value from RGB is 114 - color contains mainly: red. Hex color #726C0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726C0B is #8D93F4. Grayscale: #636363. Windows color (decimal): -9278453 or 748658. OLE color: 748658.
HSL color Cylindrical-coordinate representation of color #726C0B: hue angle of 56.5º 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 #726C0B is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 108 | 11 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.55 |
| HSL | 56.5º | 0.82% | 0.25% | - |
| HSV(B) | 56.5º | 0.9% | 0.45% | - |
| XYZ | 12.36 | 14.33 | 2.43 | - |
| YUV | 98.74 | 78.49 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 108 | 11 | 0 | 0.05 | 0.90 | 0.55 | 56.5 | 0.82 | 0.25 |
| Hex | 72 | 6C | B | 0 | 5 | 5A | 37 | 39 | 52 | 19 |
| Octal | 162 | 154 | 13 | 0 | 5 | 132 | 67 | 71 | 122 | 31 |
| Binary | 1110010 | 1101100 | 1011 | 0 | 101 | 1011010 | 110111 | 111001 | 1010010 | 11001 |
Color Harmonies of #726C0B
Complementary color
Monochromatic Colors of #726C0B
Black with #726C0B
Text Example
Text Example
White with #726C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726C0B; }
p { color: rgb(114,108,11); }
H1.HeaderClassName
{
color: #726C0B;
}
.AnyTagClassName
{
color: #726C0B;
}
</style>
background-color css
<style>
a { background-color: #726C0B; }
a { background-color: rgb(114,108,11); }
div.DivClassName
{
background-color: #726C0B;
}
.BgClassName
{
background-color: #726C0B;
}
</style>
border-color css
<style>
span { border-color: #726C0B; }
span { border-color: rgb(114,108,11); }
td.TdClassName
{
border-color: #726C0B;
}
.TagClassName
{
border-color: #726C0B;
}
</style>