Shades of Olivetone #726F20
Tints of Olivetone #726F20
RGB
CMYK
RGB Variations
Color information
#726F20 (or 0x726F20) is known color: Olivetone. HEX triplet: 72, 6F and 20. RGB value is (114,111,32). Sum of RGB (Red+Green+Blue) = 114+111+32=257 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.36% from 257); Green value is 111 (43.75% from 255 or 43.19% from 257); Blue value is 32 (12.89% from 255 or 12.45% from 257); Max value from RGB is 114 - color contains mainly: red. Hex color #726F20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726F20 is #8D90DF. Grayscale: #676767. Windows color (decimal): -9277664 or 2125682. OLE color: 2125682.
HSL color Cylindrical-coordinate representation of color #726F20: hue angle of 57.8º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #726F20 is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 111 | 32 | - |
| CMYK | 0 | 0.03 | 0.72 | 0.55 |
| HSL | 57.8º | 0.56% | 0.29% | - |
| HSV(B) | 57.8º | 0.72% | 0.45% | - |
| XYZ | 12.88 | 15.05 | 3.59 | - |
| YUV | 102.89 | 87.99 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 111 | 32 | 0 | 0.03 | 0.72 | 0.55 | 57.8 | 0.56 | 0.29 |
| Hex | 72 | 6F | 20 | 0 | 3 | 48 | 37 | 3A | 38 | 1D |
| Octal | 162 | 157 | 40 | 0 | 3 | 110 | 67 | 72 | 70 | 35 |
| Binary | 1110010 | 1101111 | 100000 | 0 | 11 | 1001000 | 110111 | 111010 | 111000 | 11101 |
Color Harmonies of #726F20
Complementary color
Monochromatic Colors of #726F20
Black with #726F20
Text Example
Text Example
White with #726F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726F20; }
p { color: rgb(114,111,32); }
H1.HeaderClassName
{
color: #726F20;
}
.AnyTagClassName
{
color: #726F20;
}
</style>
background-color css
<style>
a { background-color: #726F20; }
a { background-color: rgb(114,111,32); }
div.DivClassName
{
background-color: #726F20;
}
.BgClassName
{
background-color: #726F20;
}
</style>
border-color css
<style>
span { border-color: #726F20; }
span { border-color: rgb(114,111,32); }
td.TdClassName
{
border-color: #726F20;
}
.TagClassName
{
border-color: #726F20;
}
</style>