Shades of Olivetone #766D1F
Tints of Olivetone #766D1F
RGB
CMYK
RGB Variations
Color information
#766D1F (or 0x766D1F) is known color: Olivetone. HEX triplet: 76, 6D and 1F. RGB value is (118,109,31). Sum of RGB (Red+Green+Blue) = 118+109+31=258 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.74% from 258); Green value is 109 (42.97% from 255 or 42.25% from 258); Blue value is 31 (12.5% from 255 or 12.02% from 258); Max value from RGB is 118 - color contains mainly: red. Hex color #766D1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766D1F is #8992E0. Grayscale: #676767. Windows color (decimal): -9016033 or 2059638. OLE color: 2059638.
HSL color Cylindrical-coordinate representation of color #766D1F: hue angle of 53.79º 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 #766D1F is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 109 | 31 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.54 |
| HSL | 53.79º | 0.58% | 0.29% | - |
| HSV(B) | 53.79º | 0.74% | 0.46% | - |
| XYZ | 13.19 | 14.89 | 3.47 | - |
| YUV | 102.8 | 87.48 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 109 | 31 | 0 | 0.08 | 0.74 | 0.54 | 53.79 | 0.58 | 0.29 |
| Hex | 76 | 6D | 1F | 0 | 8 | 4A | 36 | 36 | 3A | 1D |
| Octal | 166 | 155 | 37 | 0 | 10 | 112 | 66 | 66 | 72 | 35 |
| Binary | 1110110 | 1101101 | 11111 | 0 | 1000 | 1001010 | 110110 | 110110 | 111010 | 11101 |
Color Harmonies of #766D1F
Complementary color
Monochromatic Colors of #766D1F
Black with #766D1F
Text Example
Text Example
White with #766D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766D1F; }
p { color: rgb(118,109,31); }
H1.HeaderClassName
{
color: #766D1F;
}
.AnyTagClassName
{
color: #766D1F;
}
</style>
background-color css
<style>
a { background-color: #766D1F; }
a { background-color: rgb(118,109,31); }
div.DivClassName
{
background-color: #766D1F;
}
.BgClassName
{
background-color: #766D1F;
}
</style>
border-color css
<style>
span { border-color: #766D1F; }
span { border-color: rgb(118,109,31); }
td.TdClassName
{
border-color: #766D1F;
}
.TagClassName
{
border-color: #766D1F;
}
</style>