Shades of Olivetone #726E27
Tints of Olivetone #726E27
RGB
CMYK
RGB Variations
Color information
#726E27 (or 0x726E27) is known color: Olivetone. HEX triplet: 72, 6E and 27. RGB value is (114,110,39). Sum of RGB (Red+Green+Blue) = 114+110+39=263 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.35% from 263); Green value is 110 (43.36% from 255 or 41.83% from 263); Blue value is 39 (15.62% from 255 or 14.83% from 263); Max value from RGB is 114 - color contains mainly: red. Hex color #726E27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726E27 is #8D91D8. Grayscale: #676767. Windows color (decimal): -9277913 or 2584178. OLE color: 2584178.
HSL color Cylindrical-coordinate representation of color #726E27: hue angle of 56.8º 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 #726E27 is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 110 | 39 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.55 |
| HSL | 56.8º | 0.49% | 0.3% | - |
| HSV(B) | 56.8º | 0.66% | 0.45% | - |
| XYZ | 12.88 | 14.88 | 4.11 | - |
| YUV | 103.1 | 91.83 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 110 | 39 | 0 | 0.04 | 0.66 | 0.55 | 56.8 | 0.49 | 0.3 |
| Hex | 72 | 6E | 27 | 0 | 4 | 42 | 37 | 39 | 31 | 1E |
| Octal | 162 | 156 | 47 | 0 | 4 | 102 | 67 | 71 | 61 | 36 |
| Binary | 1110010 | 1101110 | 100111 | 0 | 100 | 1000010 | 110111 | 111001 | 110001 | 11110 |
Color Harmonies of #726E27
Complementary color
Monochromatic Colors of #726E27
Black with #726E27
Text Example
Text Example
White with #726E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726E27; }
p { color: rgb(114,110,39); }
H1.HeaderClassName
{
color: #726E27;
}
.AnyTagClassName
{
color: #726E27;
}
</style>
background-color css
<style>
a { background-color: #726E27; }
a { background-color: rgb(114,110,39); }
div.DivClassName
{
background-color: #726E27;
}
.BgClassName
{
background-color: #726E27;
}
</style>
border-color css
<style>
span { border-color: #726E27; }
span { border-color: rgb(114,110,39); }
td.TdClassName
{
border-color: #726E27;
}
.TagClassName
{
border-color: #726E27;
}
</style>