Shades of Olivetone #72681E
Tints of Olivetone #72681E
RGB
CMYK
RGB Variations
Color information
#72681E (or 0x72681E) is known color: Olivetone. HEX triplet: 72, 68 and 1E. RGB value is (114,104,30). Sum of RGB (Red+Green+Blue) = 114+104+30=248 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.97% from 248); Green value is 104 (41.02% from 255 or 41.94% from 248); Blue value is 30 (12.11% from 255 or 12.10% from 248); Max value from RGB is 114 - color contains mainly: red. Hex color #72681E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72681E is #8D97E1. Grayscale: #626262. Windows color (decimal): -9279458 or 1992818. OLE color: 1992818.
HSL color Cylindrical-coordinate representation of color #72681E: hue angle of 52.86º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #72681E is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 104 | 30 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.55 |
| HSL | 52.86º | 0.58% | 0.28% | - |
| HSV(B) | 52.86º | 0.74% | 0.45% | - |
| XYZ | 12.12 | 13.57 | 3.21 | - |
| YUV | 98.55 | 89.31 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 104 | 30 | 0 | 0.09 | 0.74 | 0.55 | 52.86 | 0.58 | 0.28 |
| Hex | 72 | 68 | 1E | 0 | 9 | 4A | 37 | 35 | 3A | 1C |
| Octal | 162 | 150 | 36 | 0 | 11 | 112 | 67 | 65 | 72 | 34 |
| Binary | 1110010 | 1101000 | 11110 | 0 | 1001 | 1001010 | 110111 | 110101 | 111010 | 11100 |
Color Harmonies of #72681E
Complementary color
Monochromatic Colors of #72681E
Black with #72681E
Text Example
Text Example
White with #72681E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72681E; }
p { color: rgb(114,104,30); }
H1.HeaderClassName
{
color: #72681E;
}
.AnyTagClassName
{
color: #72681E;
}
</style>
background-color css
<style>
a { background-color: #72681E; }
a { background-color: rgb(114,104,30); }
div.DivClassName
{
background-color: #72681E;
}
.BgClassName
{
background-color: #72681E;
}
</style>
border-color css
<style>
span { border-color: #72681E; }
span { border-color: rgb(114,104,30); }
td.TdClassName
{
border-color: #72681E;
}
.TagClassName
{
border-color: #72681E;
}
</style>