Shades of Olivetone #76701F
Tints of Olivetone #76701F
RGB
CMYK
RGB Variations
Color information
#76701F (or 0x76701F) is known color: Olivetone. HEX triplet: 76, 70 and 1F. RGB value is (118,112,31). Sum of RGB (Red+Green+Blue) = 118+112+31=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 112 (44.14% from 255 or 42.91% from 261); Blue value is 31 (12.5% from 255 or 11.88% from 261); Max value from RGB is 118 - color contains mainly: red. Hex color #76701F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76701F is #898FE0. Grayscale: #686868. Windows color (decimal): -9015265 or 2060406. OLE color: 2060406.
HSL color Cylindrical-coordinate representation of color #76701F: hue angle of 55.86º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #76701F is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 112 | 31 | - |
| CMYK | 0 | 0.05 | 0.74 | 0.54 |
| HSL | 55.86º | 0.58% | 0.29% | - |
| HSV(B) | 55.86º | 0.74% | 0.46% | - |
| XYZ | 13.51 | 15.54 | 3.58 | - |
| YUV | 104.56 | 86.49 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 112 | 31 | 0 | 0.05 | 0.74 | 0.54 | 55.86 | 0.58 | 0.29 |
| Hex | 76 | 70 | 1F | 0 | 5 | 4A | 36 | 38 | 3A | 1D |
| Octal | 166 | 160 | 37 | 0 | 5 | 112 | 66 | 70 | 72 | 35 |
| Binary | 1110110 | 1110000 | 11111 | 0 | 101 | 1001010 | 110110 | 111000 | 111010 | 11101 |
Color Harmonies of #76701F
Complementary color
Monochromatic Colors of #76701F
Black with #76701F
Text Example
Text Example
White with #76701F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76701F; }
p { color: rgb(118,112,31); }
H1.HeaderClassName
{
color: #76701F;
}
.AnyTagClassName
{
color: #76701F;
}
</style>
background-color css
<style>
a { background-color: #76701F; }
a { background-color: rgb(118,112,31); }
div.DivClassName
{
background-color: #76701F;
}
.BgClassName
{
background-color: #76701F;
}
</style>
border-color css
<style>
span { border-color: #76701F; }
span { border-color: rgb(118,112,31); }
td.TdClassName
{
border-color: #76701F;
}
.TagClassName
{
border-color: #76701F;
}
</style>