Shades of Olivetone #726521
Tints of Olivetone #726521
RGB
CMYK
RGB Variations
Color information
#726521 (or 0x726521) is known color: Olivetone. HEX triplet: 72, 65 and 21. RGB value is (114,101,33). Sum of RGB (Red+Green+Blue) = 114+101+33=248 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.97% from 248); Green value is 101 (39.84% from 255 or 40.73% from 248); Blue value is 33 (13.28% from 255 or 13.31% from 248); Max value from RGB is 114 - color contains mainly: red. Hex color #726521 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726521 is #8D9ADE. Grayscale: #616161. Windows color (decimal): -9280223 or 2188658. OLE color: 2188658.
HSL color Cylindrical-coordinate representation of color #726521: hue angle of 50.37º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #726521 is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 101 | 33 | - |
| CMYK | 0 | 0.11 | 0.71 | 0.55 |
| HSL | 50.37º | 0.55% | 0.29% | - |
| HSV(B) | 50.37º | 0.71% | 0.45% | - |
| XYZ | 11.87 | 12.99 | 3.32 | - |
| YUV | 97.14 | 91.81 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 101 | 33 | 0 | 0.11 | 0.71 | 0.55 | 50.37 | 0.55 | 0.29 |
| Hex | 72 | 65 | 21 | 0 | B | 47 | 37 | 32 | 37 | 1D |
| Octal | 162 | 145 | 41 | 0 | 13 | 107 | 67 | 62 | 67 | 35 |
| Binary | 1110010 | 1100101 | 100001 | 0 | 1011 | 1000111 | 110111 | 110010 | 110111 | 11101 |
Color Harmonies of #726521
Complementary color
Monochromatic Colors of #726521
Black with #726521
Text Example
Text Example
White with #726521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726521; }
p { color: rgb(114,101,33); }
H1.HeaderClassName
{
color: #726521;
}
.AnyTagClassName
{
color: #726521;
}
</style>
background-color css
<style>
a { background-color: #726521; }
a { background-color: rgb(114,101,33); }
div.DivClassName
{
background-color: #726521;
}
.BgClassName
{
background-color: #726521;
}
</style>
border-color css
<style>
span { border-color: #726521; }
span { border-color: rgb(114,101,33); }
td.TdClassName
{
border-color: #726521;
}
.TagClassName
{
border-color: #726521;
}
</style>