Shades of Olivetone #726B1B
Tints of Olivetone #726B1B
RGB
CMYK
RGB Variations
Color information
#726B1B (or 0x726B1B) is known color: Olivetone. HEX triplet: 72, 6B and 1B. RGB value is (114,107,27). Sum of RGB (Red+Green+Blue) = 114+107+27=248 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.97% from 248); Green value is 107 (42.19% from 255 or 43.15% from 248); Blue value is 27 (10.94% from 255 or 10.89% from 248); Max value from RGB is 114 - color contains mainly: red. Hex color #726B1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726B1B is #8D94E4. Grayscale: #646464. Windows color (decimal): -9278693 or 1796978. OLE color: 1796978.
HSL color Cylindrical-coordinate representation of color #726B1B: hue angle of 55.17º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #726B1B is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 107 | 27 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.55 |
| HSL | 55.17º | 0.62% | 0.28% | - |
| HSV(B) | 55.17º | 0.76% | 0.45% | - |
| XYZ | 12.39 | 14.17 | 3.12 | - |
| YUV | 99.97 | 86.82 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 107 | 27 | 0 | 0.06 | 0.76 | 0.55 | 55.17 | 0.62 | 0.28 |
| Hex | 72 | 6B | 1B | 0 | 6 | 4C | 37 | 37 | 3E | 1C |
| Octal | 162 | 153 | 33 | 0 | 6 | 114 | 67 | 67 | 76 | 34 |
| Binary | 1110010 | 1101011 | 11011 | 0 | 110 | 1001100 | 110111 | 110111 | 111110 | 11100 |
Color Harmonies of #726B1B
Complementary color
Monochromatic Colors of #726B1B
Black with #726B1B
Text Example
Text Example
White with #726B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726B1B; }
p { color: rgb(114,107,27); }
H1.HeaderClassName
{
color: #726B1B;
}
.AnyTagClassName
{
color: #726B1B;
}
</style>
background-color css
<style>
a { background-color: #726B1B; }
a { background-color: rgb(114,107,27); }
div.DivClassName
{
background-color: #726B1B;
}
.BgClassName
{
background-color: #726B1B;
}
</style>
border-color css
<style>
span { border-color: #726B1B; }
span { border-color: rgb(114,107,27); }
td.TdClassName
{
border-color: #726B1B;
}
.TagClassName
{
border-color: #726B1B;
}
</style>