Shades of Olivetone #726927
Tints of Olivetone #726927
RGB
CMYK
RGB Variations
Color information
#726927 (or 0x726927) is known color: Olivetone. HEX triplet: 72, 69 and 27. RGB value is (114,105,39). Sum of RGB (Red+Green+Blue) = 114+105+39=258 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.19% from 258); Green value is 105 (41.41% from 255 or 40.70% from 258); Blue value is 39 (15.62% from 255 or 15.12% from 258); Max value from RGB is 114 - color contains mainly: red. Hex color #726927 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726927 is #8D96D8. Grayscale: #646464. Windows color (decimal): -9279193 or 2582898. OLE color: 2582898.
HSL color Cylindrical-coordinate representation of color #726927: hue angle of 52.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 #726927 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 105 | 39 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.55 |
| HSL | 52.8º | 0.49% | 0.3% | - |
| HSV(B) | 52.8º | 0.66% | 0.45% | - |
| XYZ | 12.36 | 13.83 | 3.94 | - |
| YUV | 100.17 | 93.48 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 105 | 39 | 0 | 0.08 | 0.66 | 0.55 | 52.8 | 0.49 | 0.3 |
| Hex | 72 | 69 | 27 | 0 | 8 | 42 | 37 | 35 | 31 | 1E |
| Octal | 162 | 151 | 47 | 0 | 10 | 102 | 67 | 65 | 61 | 36 |
| Binary | 1110010 | 1101001 | 100111 | 0 | 1000 | 1000010 | 110111 | 110101 | 110001 | 11110 |
Color Harmonies of #726927
Complementary color
Monochromatic Colors of #726927
Black with #726927
Text Example
Text Example
White with #726927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726927; }
p { color: rgb(114,105,39); }
H1.HeaderClassName
{
color: #726927;
}
.AnyTagClassName
{
color: #726927;
}
</style>
background-color css
<style>
a { background-color: #726927; }
a { background-color: rgb(114,105,39); }
div.DivClassName
{
background-color: #726927;
}
.BgClassName
{
background-color: #726927;
}
</style>
border-color css
<style>
span { border-color: #726927; }
span { border-color: rgb(114,105,39); }
td.TdClassName
{
border-color: #726927;
}
.TagClassName
{
border-color: #726927;
}
</style>