Shades of Olivetone #72661C
Tints of Olivetone #72661C
RGB
CMYK
RGB Variations
Color information
#72661C (or 0x72661C) is known color: Olivetone. HEX triplet: 72, 66 and 1C. RGB value is (114,102,28). Sum of RGB (Red+Green+Blue) = 114+102+28=244 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.72% from 244); Green value is 102 (40.23% from 255 or 41.80% from 244); Blue value is 28 (11.33% from 255 or 11.48% from 244); Max value from RGB is 114 - color contains mainly: red. Hex color #72661C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72661C is #8D99E3. Grayscale: #616161. Windows color (decimal): -9279972 or 1861234. OLE color: 1861234.
HSL color Cylindrical-coordinate representation of color #72661C: hue angle of 51.63º 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 #72661C is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 102 | 28 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.55 |
| HSL | 51.63º | 0.61% | 0.28% | - |
| HSV(B) | 51.63º | 0.75% | 0.45% | - |
| XYZ | 11.9 | 13.16 | 3.01 | - |
| YUV | 97.15 | 88.98 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 102 | 28 | 0 | 0.11 | 0.75 | 0.55 | 51.63 | 0.61 | 0.28 |
| Hex | 72 | 66 | 1C | 0 | B | 4B | 37 | 34 | 3D | 1C |
| Octal | 162 | 146 | 34 | 0 | 13 | 113 | 67 | 64 | 75 | 34 |
| Binary | 1110010 | 1100110 | 11100 | 0 | 1011 | 1001011 | 110111 | 110100 | 111101 | 11100 |
Color Harmonies of #72661C
Complementary color
Monochromatic Colors of #72661C
Black with #72661C
Text Example
Text Example
White with #72661C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72661C; }
p { color: rgb(114,102,28); }
H1.HeaderClassName
{
color: #72661C;
}
.AnyTagClassName
{
color: #72661C;
}
</style>
background-color css
<style>
a { background-color: #72661C; }
a { background-color: rgb(114,102,28); }
div.DivClassName
{
background-color: #72661C;
}
.BgClassName
{
background-color: #72661C;
}
</style>
border-color css
<style>
span { border-color: #72661C; }
span { border-color: rgb(114,102,28); }
td.TdClassName
{
border-color: #72661C;
}
.TagClassName
{
border-color: #72661C;
}
</style>