Shades of Olivetone #726C17
Tints of Olivetone #726C17
RGB
CMYK
RGB Variations
Color information
#726C17 (or 0x726C17) is known color: Olivetone. HEX triplet: 72, 6C and 17. RGB value is (114,108,23). Sum of RGB (Red+Green+Blue) = 114+108+23=245 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.53% from 245); Green value is 108 (42.58% from 255 or 44.08% from 245); Blue value is 23 (9.38% from 255 or 9.39% from 245); Max value from RGB is 114 - color contains mainly: red. Hex color #726C17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726C17 is #8D93E8. Grayscale: #646464. Windows color (decimal): -9278441 or 1535090. OLE color: 1535090.
HSL color Cylindrical-coordinate representation of color #726C17: hue angle of 56.04º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #726C17 is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 108 | 23 | - |
| CMYK | 0 | 0.05 | 0.80 | 0.55 |
| HSL | 56.04º | 0.66% | 0.27% | - |
| HSV(B) | 56.04º | 0.8% | 0.45% | - |
| XYZ | 12.46 | 14.36 | 2.93 | - |
| YUV | 100.1 | 84.49 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 108 | 23 | 0 | 0.05 | 0.80 | 0.55 | 56.04 | 0.66 | 0.27 |
| Hex | 72 | 6C | 17 | 0 | 5 | 50 | 37 | 38 | 42 | 1B |
| Octal | 162 | 154 | 27 | 0 | 5 | 120 | 67 | 70 | 102 | 33 |
| Binary | 1110010 | 1101100 | 10111 | 0 | 101 | 1010000 | 110111 | 111000 | 1000010 | 11011 |
Color Harmonies of #726C17
Complementary color
Monochromatic Colors of #726C17
Black with #726C17
Text Example
Text Example
White with #726C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726C17; }
p { color: rgb(114,108,23); }
H1.HeaderClassName
{
color: #726C17;
}
.AnyTagClassName
{
color: #726C17;
}
</style>
background-color css
<style>
a { background-color: #726C17; }
a { background-color: rgb(114,108,23); }
div.DivClassName
{
background-color: #726C17;
}
.BgClassName
{
background-color: #726C17;
}
</style>
border-color css
<style>
span { border-color: #726C17; }
span { border-color: rgb(114,108,23); }
td.TdClassName
{
border-color: #726C17;
}
.TagClassName
{
border-color: #726C17;
}
</style>