Shades of Olivetone #726A24
Tints of Olivetone #726A24
RGB
CMYK
RGB Variations
Color information
#726A24 (or 0x726A24) is known color: Olivetone. HEX triplet: 72, 6A and 24. RGB value is (114,106,36). Sum of RGB (Red+Green+Blue) = 114+106+36=256 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.53% from 256); Green value is 106 (41.80% from 255 or 41.41% from 256); Blue value is 36 (14.45% from 255 or 14.06% from 256); Max value from RGB is 114 - color contains mainly: red. Hex color #726A24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726A24 is #8D95DB. Grayscale: #646464. Windows color (decimal): -9278940 or 2386546. OLE color: 2386546.
HSL color Cylindrical-coordinate representation of color #726A24: hue angle of 53.85º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #726A24 is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 106 | 36 | - |
| CMYK | 0 | 0.07 | 0.68 | 0.55 |
| HSL | 53.85º | 0.52% | 0.29% | - |
| HSV(B) | 53.85º | 0.68% | 0.45% | - |
| XYZ | 12.41 | 14.01 | 3.72 | - |
| YUV | 100.41 | 91.65 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 106 | 36 | 0 | 0.07 | 0.68 | 0.55 | 53.85 | 0.52 | 0.29 |
| Hex | 72 | 6A | 24 | 0 | 7 | 44 | 37 | 36 | 34 | 1D |
| Octal | 162 | 152 | 44 | 0 | 7 | 104 | 67 | 66 | 64 | 35 |
| Binary | 1110010 | 1101010 | 100100 | 0 | 111 | 1000100 | 110111 | 110110 | 110100 | 11101 |
Color Harmonies of #726A24
Complementary color
Monochromatic Colors of #726A24
Black with #726A24
Text Example
Text Example
White with #726A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726A24; }
p { color: rgb(114,106,36); }
H1.HeaderClassName
{
color: #726A24;
}
.AnyTagClassName
{
color: #726A24;
}
</style>
background-color css
<style>
a { background-color: #726A24; }
a { background-color: rgb(114,106,36); }
div.DivClassName
{
background-color: #726A24;
}
.BgClassName
{
background-color: #726A24;
}
</style>
border-color css
<style>
span { border-color: #726A24; }
span { border-color: rgb(114,106,36); }
td.TdClassName
{
border-color: #726A24;
}
.TagClassName
{
border-color: #726A24;
}
</style>