Shades of Olivetone #727829
Tints of Olivetone #727829
RGB
CMYK
RGB Variations
Color information
#727829 (or 0x727829) is known color: Olivetone. HEX triplet: 72, 78 and 29. RGB value is (114,120,41). Sum of RGB (Red+Green+Blue) = 114+120+41=275 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.45% from 275); Green value is 120 (47.27% from 255 or 43.64% from 275); Blue value is 41 (16.41% from 255 or 14.91% from 275); Max value from RGB is 120 - color contains mainly: green. Hex color #727829 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727829 is #8D87D6. Grayscale: #6D6D6D. Windows color (decimal): -9275351 or 2717810. OLE color: 2717810.
HSL color Cylindrical-coordinate representation of color #727829: hue angle of 64.56º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #727829 is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 114 | 120 | 41 | - |
| CMYK | 0.05 | 0 | 0.66 | 0.53 |
| HSL | 64.56º | 0.49% | 0.32% | - |
| HSV(B) | 64.56º | 0.66% | 0.47% | - |
| XYZ | 14.06 | 17.17 | 4.67 | - |
| YUV | 109.2 | 89.51 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 120 | 41 | 0.05 | 0 | 0.66 | 0.53 | 64.56 | 0.49 | 0.32 |
| Hex | 72 | 78 | 29 | 5 | 0 | 42 | 35 | 41 | 31 | 20 |
| Octal | 162 | 170 | 51 | 5 | 0 | 102 | 65 | 101 | 61 | 40 |
| Binary | 1110010 | 1111000 | 101001 | 101 | 0 | 1000010 | 110101 | 1000001 | 110001 | 100000 |
Color Harmonies of #727829
Complementary color
Monochromatic Colors of #727829
Black with #727829
Text Example
Text Example
White with #727829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727829; }
p { color: rgb(114,120,41); }
H1.HeaderClassName
{
color: #727829;
}
.AnyTagClassName
{
color: #727829;
}
</style>
background-color css
<style>
a { background-color: #727829; }
a { background-color: rgb(114,120,41); }
div.DivClassName
{
background-color: #727829;
}
.BgClassName
{
background-color: #727829;
}
</style>
border-color css
<style>
span { border-color: #727829; }
span { border-color: rgb(114,120,41); }
td.TdClassName
{
border-color: #727829;
}
.TagClassName
{
border-color: #727829;
}
</style>