Shades of Olivetone #726C2C
Tints of Olivetone #726C2C
RGB
CMYK
RGB Variations
Color information
#726C2C (or 0x726C2C) is known color: Olivetone. HEX triplet: 72, 6C and 2C. RGB value is (114,108,44). Sum of RGB (Red+Green+Blue) = 114+108+44=266 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.86% from 266); Green value is 108 (42.58% from 255 or 40.60% from 266); Blue value is 44 (17.58% from 255 or 16.54% from 266); Max value from RGB is 114 - color contains mainly: red. Hex color #726C2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726C2C is #8D93D3. Grayscale: #666666. Windows color (decimal): -9278420 or 2911346. OLE color: 2911346.
HSL color Cylindrical-coordinate representation of color #726C2C: hue angle of 54.86º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #726C2C is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 108 | 44 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.55 |
| HSL | 54.86º | 0.44% | 0.31% | - |
| HSV(B) | 54.86º | 0.61% | 0.45% | - |
| XYZ | 12.76 | 14.48 | 4.51 | - |
| YUV | 102.5 | 94.99 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 108 | 44 | 0 | 0.05 | 0.61 | 0.55 | 54.86 | 0.44 | 0.31 |
| Hex | 72 | 6C | 2C | 0 | 5 | 3D | 37 | 37 | 2C | 1F |
| Octal | 162 | 154 | 54 | 0 | 5 | 75 | 67 | 67 | 54 | 37 |
| Binary | 1110010 | 1101100 | 101100 | 0 | 101 | 111101 | 110111 | 110111 | 101100 | 11111 |
Color Harmonies of #726C2C
Complementary color
Monochromatic Colors of #726C2C
Black with #726C2C
Text Example
Text Example
White with #726C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726C2C; }
p { color: rgb(114,108,44); }
H1.HeaderClassName
{
color: #726C2C;
}
.AnyTagClassName
{
color: #726C2C;
}
</style>
background-color css
<style>
a { background-color: #726C2C; }
a { background-color: rgb(114,108,44); }
div.DivClassName
{
background-color: #726C2C;
}
.BgClassName
{
background-color: #726C2C;
}
</style>
border-color css
<style>
span { border-color: #726C2C; }
span { border-color: rgb(114,108,44); }
td.TdClassName
{
border-color: #726C2C;
}
.TagClassName
{
border-color: #726C2C;
}
</style>