Shades of Olivetone #72681C
Tints of Olivetone #72681C
RGB
CMYK
RGB Variations
Color information
#72681C (or 0x72681C) is known color: Olivetone. HEX triplet: 72, 68 and 1C. RGB value is (114,104,28). Sum of RGB (Red+Green+Blue) = 114+104+28=246 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.34% from 246); Green value is 104 (41.02% from 255 or 42.28% from 246); Blue value is 28 (11.33% from 255 or 11.38% from 246); Max value from RGB is 114 - color contains mainly: red. Hex color #72681C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72681C is #8D97E3. Grayscale: #626262. Windows color (decimal): -9279460 or 1861746. OLE color: 1861746.
HSL color Cylindrical-coordinate representation of color #72681C: hue angle of 53.02º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #72681C is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 104 | 28 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.55 |
| HSL | 53.02º | 0.61% | 0.28% | - |
| HSV(B) | 53.02º | 0.75% | 0.45% | - |
| XYZ | 12.1 | 13.56 | 3.08 | - |
| YUV | 98.33 | 88.31 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 104 | 28 | 0 | 0.09 | 0.75 | 0.55 | 53.02 | 0.61 | 0.28 |
| Hex | 72 | 68 | 1C | 0 | 9 | 4B | 37 | 35 | 3D | 1C |
| Octal | 162 | 150 | 34 | 0 | 11 | 113 | 67 | 65 | 75 | 34 |
| Binary | 1110010 | 1101000 | 11100 | 0 | 1001 | 1001011 | 110111 | 110101 | 111101 | 11100 |
Color Harmonies of #72681C
Complementary color
Monochromatic Colors of #72681C
Black with #72681C
Text Example
Text Example
White with #72681C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72681C; }
p { color: rgb(114,104,28); }
H1.HeaderClassName
{
color: #72681C;
}
.AnyTagClassName
{
color: #72681C;
}
</style>
background-color css
<style>
a { background-color: #72681C; }
a { background-color: rgb(114,104,28); }
div.DivClassName
{
background-color: #72681C;
}
.BgClassName
{
background-color: #72681C;
}
</style>
border-color css
<style>
span { border-color: #72681C; }
span { border-color: rgb(114,104,28); }
td.TdClassName
{
border-color: #72681C;
}
.TagClassName
{
border-color: #72681C;
}
</style>