Shades of Olivetone #726621
Tints of Olivetone #726621
RGB
CMYK
RGB Variations
Color information
#726621 (or 0x726621) is known color: Olivetone. HEX triplet: 72, 66 and 21. RGB value is (114,102,33). Sum of RGB (Red+Green+Blue) = 114+102+33=249 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.78% from 249); Green value is 102 (40.23% from 255 or 40.96% from 249); Blue value is 33 (13.28% from 255 or 13.25% from 249); Max value from RGB is 114 - color contains mainly: red. Hex color #726621 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726621 is #8D99DE. Grayscale: #626262. Windows color (decimal): -9279967 or 2188914. OLE color: 2188914.
HSL color Cylindrical-coordinate representation of color #726621: hue angle of 51.11º 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 #726621 is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 102 | 33 | - |
| CMYK | 0 | 0.11 | 0.71 | 0.55 |
| HSL | 51.11º | 0.55% | 0.29% | - |
| HSV(B) | 51.11º | 0.71% | 0.45% | - |
| XYZ | 11.97 | 13.19 | 3.35 | - |
| YUV | 97.72 | 91.48 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 102 | 33 | 0 | 0.11 | 0.71 | 0.55 | 51.11 | 0.55 | 0.29 |
| Hex | 72 | 66 | 21 | 0 | B | 47 | 37 | 33 | 37 | 1D |
| Octal | 162 | 146 | 41 | 0 | 13 | 107 | 67 | 63 | 67 | 35 |
| Binary | 1110010 | 1100110 | 100001 | 0 | 1011 | 1000111 | 110111 | 110011 | 110111 | 11101 |
Color Harmonies of #726621
Complementary color
Monochromatic Colors of #726621
Black with #726621
Text Example
Text Example
White with #726621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726621; }
p { color: rgb(114,102,33); }
H1.HeaderClassName
{
color: #726621;
}
.AnyTagClassName
{
color: #726621;
}
</style>
background-color css
<style>
a { background-color: #726621; }
a { background-color: rgb(114,102,33); }
div.DivClassName
{
background-color: #726621;
}
.BgClassName
{
background-color: #726621;
}
</style>
border-color css
<style>
span { border-color: #726621; }
span { border-color: rgb(114,102,33); }
td.TdClassName
{
border-color: #726621;
}
.TagClassName
{
border-color: #726621;
}
</style>