Shades of Olivetone #726C27
Tints of Olivetone #726C27
RGB
CMYK
RGB Variations
Color information
#726C27 (or 0x726C27) is known color: Olivetone. HEX triplet: 72, 6C and 27. RGB value is (114,108,39). Sum of RGB (Red+Green+Blue) = 114+108+39=261 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.68% from 261); Green value is 108 (42.58% from 255 or 41.38% from 261); Blue value is 39 (15.62% from 255 or 14.94% from 261); Max value from RGB is 114 - color contains mainly: red. Hex color #726C27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726C27 is #8D93D8. Grayscale: #666666. Windows color (decimal): -9278425 or 2583666. OLE color: 2583666.
HSL color Cylindrical-coordinate representation of color #726C27: hue angle of 55.2º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #726C27 is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 108 | 39 | - |
| CMYK | 0 | 0.05 | 0.66 | 0.55 |
| HSL | 55.2º | 0.49% | 0.3% | - |
| HSV(B) | 55.2º | 0.66% | 0.45% | - |
| XYZ | 12.67 | 14.45 | 4.04 | - |
| YUV | 101.93 | 92.49 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 108 | 39 | 0 | 0.05 | 0.66 | 0.55 | 55.2 | 0.49 | 0.3 |
| Hex | 72 | 6C | 27 | 0 | 5 | 42 | 37 | 37 | 31 | 1E |
| Octal | 162 | 154 | 47 | 0 | 5 | 102 | 67 | 67 | 61 | 36 |
| Binary | 1110010 | 1101100 | 100111 | 0 | 101 | 1000010 | 110111 | 110111 | 110001 | 11110 |
Color Harmonies of #726C27
Complementary color
Monochromatic Colors of #726C27
Black with #726C27
Text Example
Text Example
White with #726C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726C27; }
p { color: rgb(114,108,39); }
H1.HeaderClassName
{
color: #726C27;
}
.AnyTagClassName
{
color: #726C27;
}
</style>
background-color css
<style>
a { background-color: #726C27; }
a { background-color: rgb(114,108,39); }
div.DivClassName
{
background-color: #726C27;
}
.BgClassName
{
background-color: #726C27;
}
</style>
border-color css
<style>
span { border-color: #726C27; }
span { border-color: rgb(114,108,39); }
td.TdClassName
{
border-color: #726C27;
}
.TagClassName
{
border-color: #726C27;
}
</style>