Shades of Olivetone #727529
Tints of Olivetone #727529
RGB
CMYK
RGB Variations
Color information
#727529 (or 0x727529) is known color: Olivetone. HEX triplet: 72, 75 and 29. RGB value is (114,117,41). Sum of RGB (Red+Green+Blue) = 114+117+41=272 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.91% from 272); Green value is 117 (46.09% from 255 or 43.01% from 272); Blue value is 41 (16.41% from 255 or 15.07% from 272); Max value from RGB is 117 - color contains mainly: green. Hex color #727529 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727529 is #8D8AD6. Grayscale: #6B6B6B. Windows color (decimal): -9276119 or 2717042. OLE color: 2717042.
HSL color Cylindrical-coordinate representation of color #727529: hue angle of 62.37º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #727529 is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 114 | 117 | 41 | - |
| CMYK | 0.03 | 0 | 0.65 | 0.54 |
| HSL | 62.37º | 0.48% | 0.31% | - |
| HSV(B) | 62.37º | 0.65% | 0.46% | - |
| XYZ | 13.7 | 16.46 | 4.55 | - |
| YUV | 107.44 | 90.51 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 117 | 41 | 0.03 | 0 | 0.65 | 0.54 | 62.37 | 0.48 | 0.31 |
| Hex | 72 | 75 | 29 | 3 | 0 | 41 | 36 | 3E | 30 | 1F |
| Octal | 162 | 165 | 51 | 3 | 0 | 101 | 66 | 76 | 60 | 37 |
| Binary | 1110010 | 1110101 | 101001 | 11 | 0 | 1000001 | 110110 | 111110 | 110000 | 11111 |
Color Harmonies of #727529
Complementary color
Monochromatic Colors of #727529
Black with #727529
Text Example
Text Example
White with #727529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727529; }
p { color: rgb(114,117,41); }
H1.HeaderClassName
{
color: #727529;
}
.AnyTagClassName
{
color: #727529;
}
</style>
background-color css
<style>
a { background-color: #727529; }
a { background-color: rgb(114,117,41); }
div.DivClassName
{
background-color: #727529;
}
.BgClassName
{
background-color: #727529;
}
</style>
border-color css
<style>
span { border-color: #727529; }
span { border-color: rgb(114,117,41); }
td.TdClassName
{
border-color: #727529;
}
.TagClassName
{
border-color: #727529;
}
</style>