Shades of Olivetone #72681B
Tints of Olivetone #72681B
RGB
CMYK
RGB Variations
Color information
#72681B (or 0x72681B) is known color: Olivetone. HEX triplet: 72, 68 and 1B. RGB value is (114,104,27). Sum of RGB (Red+Green+Blue) = 114+104+27=245 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.53% from 245); Green value is 104 (41.02% from 255 or 42.45% from 245); Blue value is 27 (10.94% from 255 or 11.02% from 245); Max value from RGB is 114 - color contains mainly: red. Hex color #72681B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72681B is #8D97E4. Grayscale: #626262. Windows color (decimal): -9279461 or 1796210. OLE color: 1796210.
HSL color Cylindrical-coordinate representation of color #72681B: hue angle of 53.1º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #72681B is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 104 | 27 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.55 |
| HSL | 53.1º | 0.62% | 0.28% | - |
| HSV(B) | 53.1º | 0.76% | 0.45% | - |
| XYZ | 12.09 | 13.56 | 3.02 | - |
| YUV | 98.21 | 87.81 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 104 | 27 | 0 | 0.09 | 0.76 | 0.55 | 53.1 | 0.62 | 0.28 |
| Hex | 72 | 68 | 1B | 0 | 9 | 4C | 37 | 35 | 3E | 1C |
| Octal | 162 | 150 | 33 | 0 | 11 | 114 | 67 | 65 | 76 | 34 |
| Binary | 1110010 | 1101000 | 11011 | 0 | 1001 | 1001100 | 110111 | 110101 | 111110 | 11100 |
Color Harmonies of #72681B
Complementary color
Monochromatic Colors of #72681B
Black with #72681B
Text Example
Text Example
White with #72681B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72681B; }
p { color: rgb(114,104,27); }
H1.HeaderClassName
{
color: #72681B;
}
.AnyTagClassName
{
color: #72681B;
}
</style>
background-color css
<style>
a { background-color: #72681B; }
a { background-color: rgb(114,104,27); }
div.DivClassName
{
background-color: #72681B;
}
.BgClassName
{
background-color: #72681B;
}
</style>
border-color css
<style>
span { border-color: #72681B; }
span { border-color: rgb(114,104,27); }
td.TdClassName
{
border-color: #72681B;
}
.TagClassName
{
border-color: #72681B;
}
</style>