Shades of Olive #726D06
Tints of Olive #726D06
RGB
CMYK
RGB Variations
Color information
#726D06 (or 0x726D06) is known color: Olive. HEX triplet: 72, 6D and 06. RGB value is (114,109,6). Sum of RGB (Red+Green+Blue) = 114+109+6=229 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.78% from 229); Green value is 109 (42.97% from 255 or 47.60% from 229); Blue value is 6 (2.73% from 255 or 2.62% from 229); Max value from RGB is 114 - color contains mainly: red. Hex color #726D06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726D06 is #8D92F9. Grayscale: #636363. Windows color (decimal): -9278202 or 421234. OLE color: 421234.
HSL color Cylindrical-coordinate representation of color #726D06: hue angle of 57.22º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #726D06 is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 109 | 6 | - |
| CMYK | 0 | 0.04 | 0.95 | 0.55 |
| HSL | 57.22º | 0.9% | 0.24% | - |
| HSV(B) | 57.22º | 0.95% | 0.45% | - |
| XYZ | 12.44 | 14.53 | 2.32 | - |
| YUV | 98.75 | 75.66 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 109 | 6 | 0 | 0.04 | 0.95 | 0.55 | 57.22 | 0.9 | 0.24 |
| Hex | 72 | 6D | 6 | 0 | 4 | 5F | 37 | 39 | 5A | 18 |
| Octal | 162 | 155 | 6 | 0 | 4 | 137 | 67 | 71 | 132 | 30 |
| Binary | 1110010 | 1101101 | 110 | 0 | 100 | 1011111 | 110111 | 111001 | 1011010 | 11000 |
Color Harmonies of #726D06
Complementary color
Monochromatic Colors of #726D06
Black with #726D06
Text Example
Text Example
White with #726D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726D06; }
p { color: rgb(114,109,6); }
H1.HeaderClassName
{
color: #726D06;
}
.AnyTagClassName
{
color: #726D06;
}
</style>
background-color css
<style>
a { background-color: #726D06; }
a { background-color: rgb(114,109,6); }
div.DivClassName
{
background-color: #726D06;
}
.BgClassName
{
background-color: #726D06;
}
</style>
border-color css
<style>
span { border-color: #726D06; }
span { border-color: rgb(114,109,6); }
td.TdClassName
{
border-color: #726D06;
}
.TagClassName
{
border-color: #726D06;
}
</style>