Shades of Olivetone #72701F
Tints of Olivetone #72701F
RGB
CMYK
RGB Variations
Color information
#72701F (or 0x72701F) is known color: Olivetone. HEX triplet: 72, 70 and 1F. RGB value is (114,112,31). Sum of RGB (Red+Green+Blue) = 114+112+31=257 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.36% from 257); Green value is 112 (44.14% from 255 or 43.58% from 257); Blue value is 31 (12.5% from 255 or 12.06% from 257); Max value from RGB is 114 - color contains mainly: red. Hex color #72701F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72701F is #8D8FE0. Grayscale: #676767. Windows color (decimal): -9277409 or 2060402. OLE color: 2060402.
HSL color Cylindrical-coordinate representation of color #72701F: hue angle of 58.55º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #72701F is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 112 | 31 | - |
| CMYK | 0 | 0.02 | 0.73 | 0.55 |
| HSL | 58.55º | 0.57% | 0.28% | - |
| HSV(B) | 58.55º | 0.73% | 0.45% | - |
| XYZ | 12.98 | 15.26 | 3.56 | - |
| YUV | 103.36 | 87.16 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 112 | 31 | 0 | 0.02 | 0.73 | 0.55 | 58.55 | 0.57 | 0.28 |
| Hex | 72 | 70 | 1F | 0 | 2 | 49 | 37 | 3B | 39 | 1C |
| Octal | 162 | 160 | 37 | 0 | 2 | 111 | 67 | 73 | 71 | 34 |
| Binary | 1110010 | 1110000 | 11111 | 0 | 10 | 1001001 | 110111 | 111011 | 111001 | 11100 |
Color Harmonies of #72701F
Complementary color
Monochromatic Colors of #72701F
Black with #72701F
Text Example
Text Example
White with #72701F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72701F; }
p { color: rgb(114,112,31); }
H1.HeaderClassName
{
color: #72701F;
}
.AnyTagClassName
{
color: #72701F;
}
</style>
background-color css
<style>
a { background-color: #72701F; }
a { background-color: rgb(114,112,31); }
div.DivClassName
{
background-color: #72701F;
}
.BgClassName
{
background-color: #72701F;
}
</style>
border-color css
<style>
span { border-color: #72701F; }
span { border-color: rgb(114,112,31); }
td.TdClassName
{
border-color: #72701F;
}
.TagClassName
{
border-color: #72701F;
}
</style>