Shades of Olivetone #726B1A
Tints of Olivetone #726B1A
RGB
CMYK
RGB Variations
Color information
#726B1A (or 0x726B1A) is known color: Olivetone. HEX triplet: 72, 6B and 1A. RGB value is (114,107,26). Sum of RGB (Red+Green+Blue) = 114+107+26=247 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.15% from 247); Green value is 107 (42.19% from 255 or 43.32% from 247); Blue value is 26 (10.55% from 255 or 10.53% from 247); Max value from RGB is 114 - color contains mainly: red. Hex color #726B1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726B1A is #8D94E5. Grayscale: #646464. Windows color (decimal): -9278694 or 1731442. OLE color: 1731442.
HSL color Cylindrical-coordinate representation of color #726B1A: hue angle of 55.23º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #726B1A is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 107 | 26 | - |
| CMYK | 0 | 0.06 | 0.77 | 0.55 |
| HSL | 55.23º | 0.63% | 0.27% | - |
| HSV(B) | 55.23º | 0.77% | 0.45% | - |
| XYZ | 12.38 | 14.17 | 3.06 | - |
| YUV | 99.86 | 86.32 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 107 | 26 | 0 | 0.06 | 0.77 | 0.55 | 55.23 | 0.63 | 0.27 |
| Hex | 72 | 6B | 1A | 0 | 6 | 4D | 37 | 37 | 3F | 1B |
| Octal | 162 | 153 | 32 | 0 | 6 | 115 | 67 | 67 | 77 | 33 |
| Binary | 1110010 | 1101011 | 11010 | 0 | 110 | 1001101 | 110111 | 110111 | 111111 | 11011 |
Color Harmonies of #726B1A
Complementary color
Monochromatic Colors of #726B1A
Black with #726B1A
Text Example
Text Example
White with #726B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726B1A; }
p { color: rgb(114,107,26); }
H1.HeaderClassName
{
color: #726B1A;
}
.AnyTagClassName
{
color: #726B1A;
}
</style>
background-color css
<style>
a { background-color: #726B1A; }
a { background-color: rgb(114,107,26); }
div.DivClassName
{
background-color: #726B1A;
}
.BgClassName
{
background-color: #726B1A;
}
</style>
border-color css
<style>
span { border-color: #726B1A; }
span { border-color: rgb(114,107,26); }
td.TdClassName
{
border-color: #726B1A;
}
.TagClassName
{
border-color: #726B1A;
}
</style>