Shades of Olivetone #726B2A
Tints of Olivetone #726B2A
RGB
CMYK
RGB Variations
Color information
#726B2A (or 0x726B2A) is known color: Olivetone. HEX triplet: 72, 6B and 2A. RGB value is (114,107,42). Sum of RGB (Red+Green+Blue) = 114+107+42=263 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.35% from 263); Green value is 107 (42.19% from 255 or 40.68% from 263); Blue value is 42 (16.80% from 255 or 15.97% from 263); Max value from RGB is 114 - color contains mainly: red. Hex color #726B2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726B2A is #8D94D5. Grayscale: #656565. Windows color (decimal): -9278678 or 2780018. OLE color: 2780018.
HSL color Cylindrical-coordinate representation of color #726B2A: hue angle of 54.17º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #726B2A is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 107 | 42 | - |
| CMYK | 0 | 0.06 | 0.63 | 0.55 |
| HSL | 54.17º | 0.46% | 0.31% | - |
| HSV(B) | 54.17º | 0.63% | 0.45% | - |
| XYZ | 12.62 | 14.26 | 4.28 | - |
| YUV | 101.68 | 94.32 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 107 | 42 | 0 | 0.06 | 0.63 | 0.55 | 54.17 | 0.46 | 0.31 |
| Hex | 72 | 6B | 2A | 0 | 6 | 3F | 37 | 36 | 2E | 1F |
| Octal | 162 | 153 | 52 | 0 | 6 | 77 | 67 | 66 | 56 | 37 |
| Binary | 1110010 | 1101011 | 101010 | 0 | 110 | 111111 | 110111 | 110110 | 101110 | 11111 |
Color Harmonies of #726B2A
Complementary color
Monochromatic Colors of #726B2A
Black with #726B2A
Text Example
Text Example
White with #726B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726B2A; }
p { color: rgb(114,107,42); }
H1.HeaderClassName
{
color: #726B2A;
}
.AnyTagClassName
{
color: #726B2A;
}
</style>
background-color css
<style>
a { background-color: #726B2A; }
a { background-color: rgb(114,107,42); }
div.DivClassName
{
background-color: #726B2A;
}
.BgClassName
{
background-color: #726B2A;
}
</style>
border-color css
<style>
span { border-color: #726B2A; }
span { border-color: rgb(114,107,42); }
td.TdClassName
{
border-color: #726B2A;
}
.TagClassName
{
border-color: #726B2A;
}
</style>