Shades of Olivetone #72700F
Tints of Olivetone #72700F
RGB
CMYK
RGB Variations
Color information
#72700F (or 0x72700F) is known color: Olivetone. HEX triplet: 72, 70 and 0F. RGB value is (114,112,15). Sum of RGB (Red+Green+Blue) = 114+112+15=241 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.30% from 241); Green value is 112 (44.14% from 255 or 46.47% from 241); Blue value is 15 (6.25% from 255 or 6.22% from 241); Max value from RGB is 114 - color contains mainly: red. Hex color #72700F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72700F is #8D8FF0. Grayscale: #656565. Windows color (decimal): -9277425 or 1011826. OLE color: 1011826.
HSL color Cylindrical-coordinate representation of color #72700F: hue angle of 58.79º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #72700F is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 112 | 15 | - |
| CMYK | 0 | 0.02 | 0.87 | 0.55 |
| HSL | 58.79º | 0.77% | 0.25% | - |
| HSV(B) | 58.79º | 0.87% | 0.45% | - |
| XYZ | 12.82 | 15.2 | 2.71 | - |
| YUV | 101.54 | 79.16 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 112 | 15 | 0 | 0.02 | 0.87 | 0.55 | 58.79 | 0.77 | 0.25 |
| Hex | 72 | 70 | F | 0 | 2 | 57 | 37 | 3B | 4D | 19 |
| Octal | 162 | 160 | 17 | 0 | 2 | 127 | 67 | 73 | 115 | 31 |
| Binary | 1110010 | 1110000 | 1111 | 0 | 10 | 1010111 | 110111 | 111011 | 1001101 | 11001 |
Color Harmonies of #72700F
Complementary color
Monochromatic Colors of #72700F
Black with #72700F
Text Example
Text Example
White with #72700F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72700F; }
p { color: rgb(114,112,15); }
H1.HeaderClassName
{
color: #72700F;
}
.AnyTagClassName
{
color: #72700F;
}
</style>
background-color css
<style>
a { background-color: #72700F; }
a { background-color: rgb(114,112,15); }
div.DivClassName
{
background-color: #72700F;
}
.BgClassName
{
background-color: #72700F;
}
</style>
border-color css
<style>
span { border-color: #72700F; }
span { border-color: rgb(114,112,15); }
td.TdClassName
{
border-color: #72700F;
}
.TagClassName
{
border-color: #72700F;
}
</style>