Shades of Olivetone #727521
Tints of Olivetone #727521
RGB
CMYK
RGB Variations
Color information
#727521 (or 0x727521) is known color: Olivetone. HEX triplet: 72, 75 and 21. RGB value is (114,117,33). Sum of RGB (Red+Green+Blue) = 114+117+33=264 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.18% from 264); Green value is 117 (46.09% from 255 or 44.32% from 264); Blue value is 33 (13.28% from 255 or 12.5% from 264); Max value from RGB is 117 - color contains mainly: green. Hex color #727521 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727521 is #8D8ADE. Grayscale: #6A6A6A. Windows color (decimal): -9276127 or 2192754. OLE color: 2192754.
HSL color Cylindrical-coordinate representation of color #727521: hue angle of 62.14º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #727521 is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 114 | 117 | 33 | - |
| CMYK | 0.03 | 0 | 0.72 | 0.54 |
| HSL | 62.14º | 0.56% | 0.29% | - |
| HSV(B) | 62.14º | 0.72% | 0.46% | - |
| XYZ | 13.58 | 16.41 | 3.89 | - |
| YUV | 106.53 | 86.51 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 117 | 33 | 0.03 | 0 | 0.72 | 0.54 | 62.14 | 0.56 | 0.29 |
| Hex | 72 | 75 | 21 | 3 | 0 | 48 | 36 | 3E | 38 | 1D |
| Octal | 162 | 165 | 41 | 3 | 0 | 110 | 66 | 76 | 70 | 35 |
| Binary | 1110010 | 1110101 | 100001 | 11 | 0 | 1001000 | 110110 | 111110 | 111000 | 11101 |
Color Harmonies of #727521
Complementary color
Monochromatic Colors of #727521
Black with #727521
Text Example
Text Example
White with #727521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727521; }
p { color: rgb(114,117,33); }
H1.HeaderClassName
{
color: #727521;
}
.AnyTagClassName
{
color: #727521;
}
</style>
background-color css
<style>
a { background-color: #727521; }
a { background-color: rgb(114,117,33); }
div.DivClassName
{
background-color: #727521;
}
.BgClassName
{
background-color: #727521;
}
</style>
border-color css
<style>
span { border-color: #727521; }
span { border-color: rgb(114,117,33); }
td.TdClassName
{
border-color: #727521;
}
.TagClassName
{
border-color: #727521;
}
</style>