Shades of Olivetone #726A21
Tints of Olivetone #726A21
RGB
CMYK
RGB Variations
Color information
#726A21 (or 0x726A21) is known color: Olivetone. HEX triplet: 72, 6A and 21. RGB value is (114,106,33). Sum of RGB (Red+Green+Blue) = 114+106+33=253 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.06% from 253); Green value is 106 (41.80% from 255 or 41.90% from 253); Blue value is 33 (13.28% from 255 or 13.04% from 253); Max value from RGB is 114 - color contains mainly: red. Hex color #726A21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726A21 is #8D95DE. Grayscale: #646464. Windows color (decimal): -9278943 or 2189938. OLE color: 2189938.
HSL color Cylindrical-coordinate representation of color #726A21: hue angle of 54.07º 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 #726A21 is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 106 | 33 | - |
| CMYK | 0 | 0.07 | 0.71 | 0.55 |
| HSL | 54.07º | 0.55% | 0.29% | - |
| HSV(B) | 54.07º | 0.71% | 0.45% | - |
| XYZ | 12.37 | 14 | 3.49 | - |
| YUV | 100.07 | 90.15 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 106 | 33 | 0 | 0.07 | 0.71 | 0.55 | 54.07 | 0.55 | 0.29 |
| Hex | 72 | 6A | 21 | 0 | 7 | 47 | 37 | 36 | 37 | 1D |
| Octal | 162 | 152 | 41 | 0 | 7 | 107 | 67 | 66 | 67 | 35 |
| Binary | 1110010 | 1101010 | 100001 | 0 | 111 | 1000111 | 110111 | 110110 | 110111 | 11101 |
Color Harmonies of #726A21
Complementary color
Monochromatic Colors of #726A21
Black with #726A21
Text Example
Text Example
White with #726A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726A21; }
p { color: rgb(114,106,33); }
H1.HeaderClassName
{
color: #726A21;
}
.AnyTagClassName
{
color: #726A21;
}
</style>
background-color css
<style>
a { background-color: #726A21; }
a { background-color: rgb(114,106,33); }
div.DivClassName
{
background-color: #726A21;
}
.BgClassName
{
background-color: #726A21;
}
</style>
border-color css
<style>
span { border-color: #726A21; }
span { border-color: rgb(114,106,33); }
td.TdClassName
{
border-color: #726A21;
}
.TagClassName
{
border-color: #726A21;
}
</style>