Shades of Olivetone #726E2B
Tints of Olivetone #726E2B
RGB
CMYK
RGB Variations
Color information
#726E2B (or 0x726E2B) is known color: Olivetone. HEX triplet: 72, 6E and 2B. RGB value is (114,110,43). Sum of RGB (Red+Green+Blue) = 114+110+43=267 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.70% from 267); Green value is 110 (43.36% from 255 or 41.20% from 267); Blue value is 43 (17.19% from 255 or 16.10% from 267); Max value from RGB is 114 - color contains mainly: red. Hex color #726E2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726E2B is #8D91D4. Grayscale: #676767. Windows color (decimal): -9277909 or 2846322. OLE color: 2846322.
HSL color Cylindrical-coordinate representation of color #726E2B: hue angle of 56.62º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #726E2B is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 110 | 43 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.55 |
| HSL | 56.62º | 0.45% | 0.31% | - |
| HSV(B) | 56.62º | 0.62% | 0.45% | - |
| XYZ | 12.95 | 14.9 | 4.48 | - |
| YUV | 103.56 | 93.83 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 110 | 43 | 0 | 0.04 | 0.62 | 0.55 | 56.62 | 0.45 | 0.31 |
| Hex | 72 | 6E | 2B | 0 | 4 | 3E | 37 | 39 | 2D | 1F |
| Octal | 162 | 156 | 53 | 0 | 4 | 76 | 67 | 71 | 55 | 37 |
| Binary | 1110010 | 1101110 | 101011 | 0 | 100 | 111110 | 110111 | 111001 | 101101 | 11111 |
Color Harmonies of #726E2B
Complementary color
Monochromatic Colors of #726E2B
Black with #726E2B
Text Example
Text Example
White with #726E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726E2B; }
p { color: rgb(114,110,43); }
H1.HeaderClassName
{
color: #726E2B;
}
.AnyTagClassName
{
color: #726E2B;
}
</style>
background-color css
<style>
a { background-color: #726E2B; }
a { background-color: rgb(114,110,43); }
div.DivClassName
{
background-color: #726E2B;
}
.BgClassName
{
background-color: #726E2B;
}
</style>
border-color css
<style>
span { border-color: #726E2B; }
span { border-color: rgb(114,110,43); }
td.TdClassName
{
border-color: #726E2B;
}
.TagClassName
{
border-color: #726E2B;
}
</style>