Shades of Olivetone #766F0F
Tints of Olivetone #766F0F
RGB
CMYK
RGB Variations
Color information
#766F0F (or 0x766F0F) is known color: Olivetone. HEX triplet: 76, 6F and 0F. RGB value is (118,111,15). Sum of RGB (Red+Green+Blue) = 118+111+15=244 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.36% from 244); Green value is 111 (43.75% from 255 or 45.49% from 244); Blue value is 15 (6.25% from 255 or 6.15% from 244); Max value from RGB is 118 - color contains mainly: red. Hex color #766F0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766F0F is #8990F0. Grayscale: #666666. Windows color (decimal): -9015537 or 1011574. OLE color: 1011574.
HSL color Cylindrical-coordinate representation of color #766F0F: hue angle of 55.92º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #766F0F is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 111 | 15 | - |
| CMYK | 0 | 0.06 | 0.87 | 0.54 |
| HSL | 55.92º | 0.77% | 0.26% | - |
| HSV(B) | 55.92º | 0.87% | 0.46% | - |
| XYZ | 13.24 | 15.25 | 2.7 | - |
| YUV | 102.15 | 78.82 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 111 | 15 | 0 | 0.06 | 0.87 | 0.54 | 55.92 | 0.77 | 0.26 |
| Hex | 76 | 6F | F | 0 | 6 | 57 | 36 | 38 | 4D | 1A |
| Octal | 166 | 157 | 17 | 0 | 6 | 127 | 66 | 70 | 115 | 32 |
| Binary | 1110110 | 1101111 | 1111 | 0 | 110 | 1010111 | 110110 | 111000 | 1001101 | 11010 |
Color Harmonies of #766F0F
Complementary color
Monochromatic Colors of #766F0F
Black with #766F0F
Text Example
Text Example
White with #766F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766F0F; }
p { color: rgb(118,111,15); }
H1.HeaderClassName
{
color: #766F0F;
}
.AnyTagClassName
{
color: #766F0F;
}
</style>
background-color css
<style>
a { background-color: #766F0F; }
a { background-color: rgb(118,111,15); }
div.DivClassName
{
background-color: #766F0F;
}
.BgClassName
{
background-color: #766F0F;
}
</style>
border-color css
<style>
span { border-color: #766F0F; }
span { border-color: rgb(118,111,15); }
td.TdClassName
{
border-color: #766F0F;
}
.TagClassName
{
border-color: #766F0F;
}
</style>