Shades of Olivetone #72651E
Tints of Olivetone #72651E
RGB
CMYK
RGB Variations
Color information
#72651E (or 0x72651E) is known color: Olivetone. HEX triplet: 72, 65 and 1E. RGB value is (114,101,30). Sum of RGB (Red+Green+Blue) = 114+101+30=245 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.53% from 245); Green value is 101 (39.84% from 255 or 41.22% from 245); Blue value is 30 (12.11% from 255 or 12.24% from 245); Max value from RGB is 114 - color contains mainly: red. Hex color #72651E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72651E is #8D9AE1. Grayscale: #616161. Windows color (decimal): -9280226 or 1992050. OLE color: 1992050.
HSL color Cylindrical-coordinate representation of color #72651E: hue angle of 50.71º 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 #72651E is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 101 | 30 | - |
| CMYK | 0 | 0.11 | 0.74 | 0.55 |
| HSL | 50.71º | 0.58% | 0.28% | - |
| HSV(B) | 50.71º | 0.74% | 0.45% | - |
| XYZ | 11.83 | 12.98 | 3.11 | - |
| YUV | 96.79 | 90.31 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 101 | 30 | 0 | 0.11 | 0.74 | 0.55 | 50.71 | 0.58 | 0.28 |
| Hex | 72 | 65 | 1E | 0 | B | 4A | 37 | 33 | 3A | 1C |
| Octal | 162 | 145 | 36 | 0 | 13 | 112 | 67 | 63 | 72 | 34 |
| Binary | 1110010 | 1100101 | 11110 | 0 | 1011 | 1001010 | 110111 | 110011 | 111010 | 11100 |
Color Harmonies of #72651E
Complementary color
Monochromatic Colors of #72651E
Black with #72651E
Text Example
Text Example
White with #72651E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72651E; }
p { color: rgb(114,101,30); }
H1.HeaderClassName
{
color: #72651E;
}
.AnyTagClassName
{
color: #72651E;
}
</style>
background-color css
<style>
a { background-color: #72651E; }
a { background-color: rgb(114,101,30); }
div.DivClassName
{
background-color: #72651E;
}
.BgClassName
{
background-color: #72651E;
}
</style>
border-color css
<style>
span { border-color: #72651E; }
span { border-color: rgb(114,101,30); }
td.TdClassName
{
border-color: #72651E;
}
.TagClassName
{
border-color: #72651E;
}
</style>