Shades of Olivetone #72731E
Tints of Olivetone #72731E
RGB
CMYK
RGB Variations
Color information
#72731E (or 0x72731E) is known color: Olivetone. HEX triplet: 72, 73 and 1E. RGB value is (114,115,30). Sum of RGB (Red+Green+Blue) = 114+115+30=259 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.02% from 259); Green value is 115 (45.31% from 255 or 44.40% from 259); Blue value is 30 (12.11% from 255 or 11.58% from 259); Max value from RGB is 115 - color contains mainly: green. Hex color #72731E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72731E is #8D8CE1. Grayscale: #696969. Windows color (decimal): -9276642 or 1995634. OLE color: 1995634.
HSL color Cylindrical-coordinate representation of color #72731E: hue angle of 60.71º degrees, saturation: 0.59, 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 #72731E is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 115 | 30 | - |
| CMYK | 0.01 | 0 | 0.74 | 0.55 |
| HSL | 60.71º | 0.59% | 0.28% | - |
| HSV(B) | 60.71º | 0.74% | 0.45% | - |
| XYZ | 13.3 | 15.93 | 3.6 | - |
| YUV | 105.01 | 85.67 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 115 | 30 | 0.01 | 0 | 0.74 | 0.55 | 60.71 | 0.59 | 0.28 |
| Hex | 72 | 73 | 1E | 1 | 0 | 4A | 37 | 3D | 3B | 1C |
| Octal | 162 | 163 | 36 | 1 | 0 | 112 | 67 | 75 | 73 | 34 |
| Binary | 1110010 | 1110011 | 11110 | 1 | 0 | 1001010 | 110111 | 111101 | 111011 | 11100 |
Color Harmonies of #72731E
Complementary color
Monochromatic Colors of #72731E
Black with #72731E
Text Example
Text Example
White with #72731E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72731E; }
p { color: rgb(114,115,30); }
H1.HeaderClassName
{
color: #72731E;
}
.AnyTagClassName
{
color: #72731E;
}
</style>
background-color css
<style>
a { background-color: #72731E; }
a { background-color: rgb(114,115,30); }
div.DivClassName
{
background-color: #72731E;
}
.BgClassName
{
background-color: #72731E;
}
</style>
border-color css
<style>
span { border-color: #72731E; }
span { border-color: rgb(114,115,30); }
td.TdClassName
{
border-color: #72731E;
}
.TagClassName
{
border-color: #72731E;
}
</style>