Shades of Amulet #76A975
Tints of Amulet #76A975
RGB
CMYK
RGB Variations
Color information
#76A975 (or 0x76A975) is known color: Amulet. HEX triplet: 76, A9 and 75. RGB value is (118,169,117). Sum of RGB (Red+Green+Blue) = 118+169+117=404 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.21% from 404); Green value is 169 (66.41% from 255 or 41.83% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 169 - color contains mainly: green. Hex color #76A975 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A975 is #89568A. Grayscale: #939393. Windows color (decimal): -9000587 or 7711094. OLE color: 7711094.
HSL color Cylindrical-coordinate representation of color #76A975: hue angle of 118.85º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #76A975 is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 118 | 169 | 117 | - |
| CMYK | 0.30 | 0 | 0.31 | 0.34 |
| HSL | 118.85º | 0.23% | 0.56% | - |
| HSV(B) | 118.85º | 0.31% | 0.66% | - |
| XYZ | 24.87 | 33.51 | 21.99 | - |
| YUV | 147.82 | 110.6 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 169 | 117 | 0.30 | 0 | 0.31 | 0.34 | 118.85 | 0.23 | 0.56 |
| Hex | 76 | A9 | 75 | 1E | 0 | 1F | 22 | 77 | 17 | 38 |
| Octal | 166 | 251 | 165 | 36 | 0 | 37 | 42 | 167 | 27 | 70 |
| Binary | 1110110 | 10101001 | 1110101 | 11110 | 0 | 11111 | 100010 | 1110111 | 10111 | 111000 |
Color Harmonies of #76A975
Complementary color
Monochromatic Colors of #76A975
Black with #76A975
Text Example
Text Example
White with #76A975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A975; }
p { color: rgb(118,169,117); }
H1.HeaderClassName
{
color: #76A975;
}
.AnyTagClassName
{
color: #76A975;
}
</style>
background-color css
<style>
a { background-color: #76A975; }
a { background-color: rgb(118,169,117); }
div.DivClassName
{
background-color: #76A975;
}
.BgClassName
{
background-color: #76A975;
}
</style>
border-color css
<style>
span { border-color: #76A975; }
span { border-color: rgb(118,169,117); }
td.TdClassName
{
border-color: #76A975;
}
.TagClassName
{
border-color: #76A975;
}
</style>