Shades of Amulet #76996E
Tints of Amulet #76996E
RGB
CMYK
RGB Variations
Color information
#76996E (or 0x76996E) is known color: Amulet. HEX triplet: 76, 99 and 6E. RGB value is (118,153,110). Sum of RGB (Red+Green+Blue) = 118+153+110=381 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.97% from 381); Green value is 153 (60.16% from 255 or 40.16% from 381); Blue value is 110 (43.36% from 255 or 28.87% from 381); Max value from RGB is 153 - color contains mainly: green. Hex color #76996E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76996E is #896691. Grayscale: #898989. Windows color (decimal): -9004690 or 7248246. OLE color: 7248246.
HSL color Cylindrical-coordinate representation of color #76996E: hue angle of 108.84º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #76996E is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 118 | 153 | 110 | - |
| CMYK | 0.23 | 0 | 0.28 | 0.4 |
| HSL | 108.84º | 0.17% | 0.52% | - |
| HSV(B) | 108.84º | 0.28% | 0.6% | - |
| XYZ | 21.68 | 27.76 | 18.97 | - |
| YUV | 137.63 | 112.4 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 153 | 110 | 0.23 | 0 | 0.28 | 0.4 | 108.84 | 0.17 | 0.52 |
| Hex | 76 | 99 | 6E | 17 | 0 | 1C | 28 | 6D | 11 | 34 |
| Octal | 166 | 231 | 156 | 27 | 0 | 34 | 50 | 155 | 21 | 64 |
| Binary | 1110110 | 10011001 | 1101110 | 10111 | 0 | 11100 | 101000 | 1101101 | 10001 | 110100 |
Color Harmonies of #76996E
Complementary color
Monochromatic Colors of #76996E
Black with #76996E
Text Example
Text Example
White with #76996E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76996E; }
p { color: rgb(118,153,110); }
H1.HeaderClassName
{
color: #76996E;
}
.AnyTagClassName
{
color: #76996E;
}
</style>
background-color css
<style>
a { background-color: #76996E; }
a { background-color: rgb(118,153,110); }
div.DivClassName
{
background-color: #76996E;
}
.BgClassName
{
background-color: #76996E;
}
</style>
border-color css
<style>
span { border-color: #76996E; }
span { border-color: rgb(118,153,110); }
td.TdClassName
{
border-color: #76996E;
}
.TagClassName
{
border-color: #76996E;
}
</style>