Shades of Olivetone #766E0F
Tints of Olivetone #766E0F
RGB
CMYK
RGB Variations
Color information
#766E0F (or 0x766E0F) is known color: Olivetone. HEX triplet: 76, 6E and 0F. RGB value is (118,110,15). Sum of RGB (Red+Green+Blue) = 118+110+15=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 110 (43.36% from 255 or 45.27% from 243); Blue value is 15 (6.25% from 255 or 6.17% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #766E0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766E0F is #8991F0. Grayscale: #656565. Windows color (decimal): -9015793 or 1011318. OLE color: 1011318.
HSL color Cylindrical-coordinate representation of color #766E0F: hue angle of 55.34º 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 #766E0F is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 110 | 15 | - |
| CMYK | 0 | 0.07 | 0.87 | 0.54 |
| HSL | 55.34º | 0.77% | 0.26% | - |
| HSV(B) | 55.34º | 0.87% | 0.46% | - |
| XYZ | 13.13 | 15.04 | 2.66 | - |
| YUV | 101.56 | 79.15 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 110 | 15 | 0 | 0.07 | 0.87 | 0.54 | 55.34 | 0.77 | 0.26 |
| Hex | 76 | 6E | F | 0 | 7 | 57 | 36 | 37 | 4D | 1A |
| Octal | 166 | 156 | 17 | 0 | 7 | 127 | 66 | 67 | 115 | 32 |
| Binary | 1110110 | 1101110 | 1111 | 0 | 111 | 1010111 | 110110 | 110111 | 1001101 | 11010 |
Color Harmonies of #766E0F
Complementary color
Monochromatic Colors of #766E0F
Black with #766E0F
Text Example
Text Example
White with #766E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766E0F; }
p { color: rgb(118,110,15); }
H1.HeaderClassName
{
color: #766E0F;
}
.AnyTagClassName
{
color: #766E0F;
}
</style>
background-color css
<style>
a { background-color: #766E0F; }
a { background-color: rgb(118,110,15); }
div.DivClassName
{
background-color: #766E0F;
}
.BgClassName
{
background-color: #766E0F;
}
</style>
border-color css
<style>
span { border-color: #766E0F; }
span { border-color: rgb(118,110,15); }
td.TdClassName
{
border-color: #766E0F;
}
.TagClassName
{
border-color: #766E0F;
}
</style>