Shades of Olivetone #726F1F
Tints of Olivetone #726F1F
RGB
CMYK
RGB Variations
Color information
#726F1F (or 0x726F1F) is known color: Olivetone. HEX triplet: 72, 6F and 1F. RGB value is (114,111,31). Sum of RGB (Red+Green+Blue) = 114+111+31=256 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.53% from 256); Green value is 111 (43.75% from 255 or 43.36% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 114 - color contains mainly: red. Hex color #726F1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726F1F is #8D90E0. Grayscale: #676767. Windows color (decimal): -9277665 or 2060146. OLE color: 2060146.
HSL color Cylindrical-coordinate representation of color #726F1F: hue angle of 57.83º 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 #726F1F is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 111 | 31 | - |
| CMYK | 0 | 0.03 | 0.73 | 0.55 |
| HSL | 57.83º | 0.57% | 0.28% | - |
| HSV(B) | 57.83º | 0.73% | 0.45% | - |
| XYZ | 12.87 | 15.05 | 3.52 | - |
| YUV | 102.78 | 87.49 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 111 | 31 | 0 | 0.03 | 0.73 | 0.55 | 57.83 | 0.57 | 0.28 |
| Hex | 72 | 6F | 1F | 0 | 3 | 49 | 37 | 3A | 39 | 1C |
| Octal | 162 | 157 | 37 | 0 | 3 | 111 | 67 | 72 | 71 | 34 |
| Binary | 1110010 | 1101111 | 11111 | 0 | 11 | 1001001 | 110111 | 111010 | 111001 | 11100 |
Color Harmonies of #726F1F
Complementary color
Monochromatic Colors of #726F1F
Black with #726F1F
Text Example
Text Example
White with #726F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726F1F; }
p { color: rgb(114,111,31); }
H1.HeaderClassName
{
color: #726F1F;
}
.AnyTagClassName
{
color: #726F1F;
}
</style>
background-color css
<style>
a { background-color: #726F1F; }
a { background-color: rgb(114,111,31); }
div.DivClassName
{
background-color: #726F1F;
}
.BgClassName
{
background-color: #726F1F;
}
</style>
border-color css
<style>
span { border-color: #726F1F; }
span { border-color: rgb(114,111,31); }
td.TdClassName
{
border-color: #726F1F;
}
.TagClassName
{
border-color: #726F1F;
}
</style>