Shades of Olivetone #726C0F
Tints of Olivetone #726C0F
RGB
CMYK
RGB Variations
Color information
#726C0F (or 0x726C0F) is known color: Olivetone. HEX triplet: 72, 6C and 0F. RGB value is (114,108,15). Sum of RGB (Red+Green+Blue) = 114+108+15=237 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.10% from 237); Green value is 108 (42.58% from 255 or 45.57% from 237); Blue value is 15 (6.25% from 255 or 6.33% from 237); Max value from RGB is 114 - color contains mainly: red. Hex color #726C0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726C0F is #8D93F0. Grayscale: #636363. Windows color (decimal): -9278449 or 1010802. OLE color: 1010802.
HSL color Cylindrical-coordinate representation of color #726C0F: hue angle of 56.36º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #726C0F is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 108 | 15 | - |
| CMYK | 0 | 0.05 | 0.87 | 0.55 |
| HSL | 56.36º | 0.77% | 0.25% | - |
| HSV(B) | 56.36º | 0.87% | 0.45% | - |
| XYZ | 12.39 | 14.34 | 2.57 | - |
| YUV | 99.19 | 80.49 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 108 | 15 | 0 | 0.05 | 0.87 | 0.55 | 56.36 | 0.77 | 0.25 |
| Hex | 72 | 6C | F | 0 | 5 | 57 | 37 | 38 | 4D | 19 |
| Octal | 162 | 154 | 17 | 0 | 5 | 127 | 67 | 70 | 115 | 31 |
| Binary | 1110010 | 1101100 | 1111 | 0 | 101 | 1010111 | 110111 | 111000 | 1001101 | 11001 |
Color Harmonies of #726C0F
Complementary color
Monochromatic Colors of #726C0F
Black with #726C0F
Text Example
Text Example
White with #726C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726C0F; }
p { color: rgb(114,108,15); }
H1.HeaderClassName
{
color: #726C0F;
}
.AnyTagClassName
{
color: #726C0F;
}
</style>
background-color css
<style>
a { background-color: #726C0F; }
a { background-color: rgb(114,108,15); }
div.DivClassName
{
background-color: #726C0F;
}
.BgClassName
{
background-color: #726C0F;
}
</style>
border-color css
<style>
span { border-color: #726C0F; }
span { border-color: rgb(114,108,15); }
td.TdClassName
{
border-color: #726C0F;
}
.TagClassName
{
border-color: #726C0F;
}
</style>