Shades of Amulet #76A166
Tints of Amulet #76A166
RGB
CMYK
RGB Variations
Color information
#76A166 (or 0x76A166) is known color: Amulet. HEX triplet: 76, A1 and 66. RGB value is (118,161,102). Sum of RGB (Red+Green+Blue) = 118+161+102=381 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.97% from 381); Green value is 161 (63.28% from 255 or 42.26% from 381); Blue value is 102 (40.23% from 255 or 26.77% from 381); Max value from RGB is 161 - color contains mainly: green. Hex color #76A166 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A166 is #895E99. Grayscale: #8D8D8D. Windows color (decimal): -9002650 or 6726006. OLE color: 6726006.
HSL color Cylindrical-coordinate representation of color #76A166: hue angle of 103.73º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76A166 is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 118 | 161 | 102 | - |
| CMYK | 0.27 | 0 | 0.37 | 0.37 |
| HSL | 103.73º | 0.24% | 0.52% | - |
| HSV(B) | 103.73º | 0.37% | 0.63% | - |
| XYZ | 22.61 | 30.3 | 17.23 | - |
| YUV | 141.42 | 105.75 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 161 | 102 | 0.27 | 0 | 0.37 | 0.37 | 103.73 | 0.24 | 0.52 |
| Hex | 76 | A1 | 66 | 1B | 0 | 25 | 25 | 68 | 18 | 34 |
| Octal | 166 | 241 | 146 | 33 | 0 | 45 | 45 | 150 | 30 | 64 |
| Binary | 1110110 | 10100001 | 1100110 | 11011 | 0 | 100101 | 100101 | 1101000 | 11000 | 110100 |
Color Harmonies of #76A166
Complementary color
Monochromatic Colors of #76A166
Black with #76A166
Text Example
Text Example
White with #76A166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A166; }
p { color: rgb(118,161,102); }
H1.HeaderClassName
{
color: #76A166;
}
.AnyTagClassName
{
color: #76A166;
}
</style>
background-color css
<style>
a { background-color: #76A166; }
a { background-color: rgb(118,161,102); }
div.DivClassName
{
background-color: #76A166;
}
.BgClassName
{
background-color: #76A166;
}
</style>
border-color css
<style>
span { border-color: #76A166; }
span { border-color: rgb(118,161,102); }
td.TdClassName
{
border-color: #76A166;
}
.TagClassName
{
border-color: #76A166;
}
</style>