Shades of Olivetone #726C21
Tints of Olivetone #726C21
RGB
CMYK
RGB Variations
Color information
#726C21 (or 0x726C21) is known color: Olivetone. HEX triplet: 72, 6C and 21. RGB value is (114,108,33). Sum of RGB (Red+Green+Blue) = 114+108+33=255 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.71% from 255); Green value is 108 (42.58% from 255 or 42.35% from 255); Blue value is 33 (13.28% from 255 or 12.94% from 255); Max value from RGB is 114 - color contains mainly: red. Hex color #726C21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726C21 is #8D93DE. Grayscale: #656565. Windows color (decimal): -9278431 or 2190450. OLE color: 2190450.
HSL color Cylindrical-coordinate representation of color #726C21: hue angle of 55.56º 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 #726C21 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 108 | 33 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.55 |
| HSL | 55.56º | 0.55% | 0.29% | - |
| HSV(B) | 55.56º | 0.71% | 0.45% | - |
| XYZ | 12.58 | 14.41 | 3.56 | - |
| YUV | 101.24 | 89.49 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 108 | 33 | 0 | 0.05 | 0.71 | 0.55 | 55.56 | 0.55 | 0.29 |
| Hex | 72 | 6C | 21 | 0 | 5 | 47 | 37 | 38 | 37 | 1D |
| Octal | 162 | 154 | 41 | 0 | 5 | 107 | 67 | 70 | 67 | 35 |
| Binary | 1110010 | 1101100 | 100001 | 0 | 101 | 1000111 | 110111 | 111000 | 110111 | 11101 |
Color Harmonies of #726C21
Complementary color
Monochromatic Colors of #726C21
Black with #726C21
Text Example
Text Example
White with #726C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726C21; }
p { color: rgb(114,108,33); }
H1.HeaderClassName
{
color: #726C21;
}
.AnyTagClassName
{
color: #726C21;
}
</style>
background-color css
<style>
a { background-color: #726C21; }
a { background-color: rgb(114,108,33); }
div.DivClassName
{
background-color: #726C21;
}
.BgClassName
{
background-color: #726C21;
}
</style>
border-color css
<style>
span { border-color: #726C21; }
span { border-color: rgb(114,108,33); }
td.TdClassName
{
border-color: #726C21;
}
.TagClassName
{
border-color: #726C21;
}
</style>