Shades of Olivetone #726D27
Tints of Olivetone #726D27
RGB
CMYK
RGB Variations
Color information
#726D27 (or 0x726D27) is known color: Olivetone. HEX triplet: 72, 6D and 27. RGB value is (114,109,39). Sum of RGB (Red+Green+Blue) = 114+109+39=262 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.51% from 262); Green value is 109 (42.97% from 255 or 41.60% from 262); Blue value is 39 (15.62% from 255 or 14.89% from 262); Max value from RGB is 114 - color contains mainly: red. Hex color #726D27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726D27 is #8D92D8. Grayscale: #666666. Windows color (decimal): -9278169 or 2583922. OLE color: 2583922.
HSL color Cylindrical-coordinate representation of color #726D27: hue angle of 56º 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 #726D27 is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 109 | 39 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.55 |
| HSL | 56º | 0.49% | 0.3% | - |
| HSV(B) | 56º | 0.66% | 0.45% | - |
| XYZ | 12.77 | 14.66 | 4.08 | - |
| YUV | 102.52 | 92.16 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 109 | 39 | 0 | 0.04 | 0.66 | 0.55 | 56 | 0.49 | 0.3 |
| Hex | 72 | 6D | 27 | 0 | 4 | 42 | 37 | 38 | 31 | 1E |
| Octal | 162 | 155 | 47 | 0 | 4 | 102 | 67 | 70 | 61 | 36 |
| Binary | 1110010 | 1101101 | 100111 | 0 | 100 | 1000010 | 110111 | 111000 | 110001 | 11110 |
Color Harmonies of #726D27
Complementary color
Monochromatic Colors of #726D27
Black with #726D27
Text Example
Text Example
White with #726D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726D27; }
p { color: rgb(114,109,39); }
H1.HeaderClassName
{
color: #726D27;
}
.AnyTagClassName
{
color: #726D27;
}
</style>
background-color css
<style>
a { background-color: #726D27; }
a { background-color: rgb(114,109,39); }
div.DivClassName
{
background-color: #726D27;
}
.BgClassName
{
background-color: #726D27;
}
</style>
border-color css
<style>
span { border-color: #726D27; }
span { border-color: rgb(114,109,39); }
td.TdClassName
{
border-color: #726D27;
}
.TagClassName
{
border-color: #726D27;
}
</style>