Shades of Olive #726F0B
Tints of Olive #726F0B
RGB
CMYK
RGB Variations
Color information
#726F0B (or 0x726F0B) is known color: Olive. HEX triplet: 72, 6F and 0B. RGB value is (114,111,11). Sum of RGB (Red+Green+Blue) = 114+111+11=236 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.31% from 236); Green value is 111 (43.75% from 255 or 47.03% from 236); Blue value is 11 (4.69% from 255 or 4.66% from 236); Max value from RGB is 114 - color contains mainly: red. Hex color #726F0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726F0B is #8D90F4. Grayscale: #646464. Windows color (decimal): -9277685 or 749426. OLE color: 749426.
HSL color Cylindrical-coordinate representation of color #726F0B: hue angle of 58.25º 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 #726F0B is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 111 | 11 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.55 |
| HSL | 58.25º | 0.82% | 0.25% | - |
| HSV(B) | 58.25º | 0.9% | 0.45% | - |
| XYZ | 12.68 | 14.97 | 2.54 | - |
| YUV | 100.5 | 77.49 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 111 | 11 | 0 | 0.03 | 0.90 | 0.55 | 58.25 | 0.82 | 0.25 |
| Hex | 72 | 6F | B | 0 | 3 | 5A | 37 | 3A | 52 | 19 |
| Octal | 162 | 157 | 13 | 0 | 3 | 132 | 67 | 72 | 122 | 31 |
| Binary | 1110010 | 1101111 | 1011 | 0 | 11 | 1011010 | 110111 | 111010 | 1010010 | 11001 |
Color Harmonies of #726F0B
Complementary color
Monochromatic Colors of #726F0B
Black with #726F0B
Text Example
Text Example
White with #726F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726F0B; }
p { color: rgb(114,111,11); }
H1.HeaderClassName
{
color: #726F0B;
}
.AnyTagClassName
{
color: #726F0B;
}
</style>
background-color css
<style>
a { background-color: #726F0B; }
a { background-color: rgb(114,111,11); }
div.DivClassName
{
background-color: #726F0B;
}
.BgClassName
{
background-color: #726F0B;
}
</style>
border-color css
<style>
span { border-color: #726F0B; }
span { border-color: rgb(114,111,11); }
td.TdClassName
{
border-color: #726F0B;
}
.TagClassName
{
border-color: #726F0B;
}
</style>