Shades of Olivetone #726C15
Tints of Olivetone #726C15
RGB
CMYK
RGB Variations
Color information
#726C15 (or 0x726C15) is known color: Olivetone. HEX triplet: 72, 6C and 15. RGB value is (114,108,21). Sum of RGB (Red+Green+Blue) = 114+108+21=243 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.91% from 243); Green value is 108 (42.58% from 255 or 44.44% from 243); Blue value is 21 (8.59% from 255 or 8.64% from 243); Max value from RGB is 114 - color contains mainly: red. Hex color #726C15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726C15 is #8D93EA. Grayscale: #646464. Windows color (decimal): -9278443 or 1404018. OLE color: 1404018.
HSL color Cylindrical-coordinate representation of color #726C15: hue angle of 56.13º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #726C15 is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 108 | 21 | - |
| CMYK | 0 | 0.05 | 0.82 | 0.55 |
| HSL | 56.13º | 0.69% | 0.26% | - |
| HSV(B) | 56.13º | 0.82% | 0.45% | - |
| XYZ | 12.44 | 14.36 | 2.83 | - |
| YUV | 99.88 | 83.49 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 108 | 21 | 0 | 0.05 | 0.82 | 0.55 | 56.13 | 0.69 | 0.26 |
| Hex | 72 | 6C | 15 | 0 | 5 | 52 | 37 | 38 | 45 | 1A |
| Octal | 162 | 154 | 25 | 0 | 5 | 122 | 67 | 70 | 105 | 32 |
| Binary | 1110010 | 1101100 | 10101 | 0 | 101 | 1010010 | 110111 | 111000 | 1000101 | 11010 |
Color Harmonies of #726C15
Complementary color
Monochromatic Colors of #726C15
Black with #726C15
Text Example
Text Example
White with #726C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726C15; }
p { color: rgb(114,108,21); }
H1.HeaderClassName
{
color: #726C15;
}
.AnyTagClassName
{
color: #726C15;
}
</style>
background-color css
<style>
a { background-color: #726C15; }
a { background-color: rgb(114,108,21); }
div.DivClassName
{
background-color: #726C15;
}
.BgClassName
{
background-color: #726C15;
}
</style>
border-color css
<style>
span { border-color: #726C15; }
span { border-color: rgb(114,108,21); }
td.TdClassName
{
border-color: #726C15;
}
.TagClassName
{
border-color: #726C15;
}
</style>