Shades of Olivetone #766F1F
Tints of Olivetone #766F1F
RGB
CMYK
RGB Variations
Color information
#766F1F (or 0x766F1F) is known color: Olivetone. HEX triplet: 76, 6F and 1F. RGB value is (118,111,31). Sum of RGB (Red+Green+Blue) = 118+111+31=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 111 (43.75% from 255 or 42.69% from 260); Blue value is 31 (12.5% from 255 or 11.92% from 260); Max value from RGB is 118 - color contains mainly: red. Hex color #766F1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766F1F is #8990E0. Grayscale: #686868. Windows color (decimal): -9015521 or 2060150. OLE color: 2060150.
HSL color Cylindrical-coordinate representation of color #766F1F: hue angle of 55.17º 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 #766F1F is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 111 | 31 | - |
| CMYK | 0 | 0.06 | 0.74 | 0.54 |
| HSL | 55.17º | 0.58% | 0.29% | - |
| HSV(B) | 55.17º | 0.74% | 0.46% | - |
| XYZ | 13.4 | 15.32 | 3.55 | - |
| YUV | 103.97 | 86.82 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 111 | 31 | 0 | 0.06 | 0.74 | 0.54 | 55.17 | 0.58 | 0.29 |
| Hex | 76 | 6F | 1F | 0 | 6 | 4A | 36 | 37 | 3A | 1D |
| Octal | 166 | 157 | 37 | 0 | 6 | 112 | 66 | 67 | 72 | 35 |
| Binary | 1110110 | 1101111 | 11111 | 0 | 110 | 1001010 | 110110 | 110111 | 111010 | 11101 |
Color Harmonies of #766F1F
Complementary color
Monochromatic Colors of #766F1F
Black with #766F1F
Text Example
Text Example
White with #766F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766F1F; }
p { color: rgb(118,111,31); }
H1.HeaderClassName
{
color: #766F1F;
}
.AnyTagClassName
{
color: #766F1F;
}
</style>
background-color css
<style>
a { background-color: #766F1F; }
a { background-color: rgb(118,111,31); }
div.DivClassName
{
background-color: #766F1F;
}
.BgClassName
{
background-color: #766F1F;
}
</style>
border-color css
<style>
span { border-color: #766F1F; }
span { border-color: rgb(118,111,31); }
td.TdClassName
{
border-color: #766F1F;
}
.TagClassName
{
border-color: #766F1F;
}
</style>