Shades of Amulet #8AA976
Tints of Amulet #8AA976
RGB
CMYK
RGB Variations
Color information
#8AA976 (or 0x8AA976) is known color: Amulet. HEX triplet: 8A, A9 and 76. RGB value is (138,169,118). Sum of RGB (Red+Green+Blue) = 138+169+118=425 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.47% from 425); Green value is 169 (66.41% from 255 or 39.76% from 425); Blue value is 118 (46.48% from 255 or 27.76% from 425); Max value from RGB is 169 - color contains mainly: green. Hex color #8AA976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA976 is #755689. Grayscale: #9A9A9A. Windows color (decimal): -7689866 or 7776650. OLE color: 7776650.
HSL color Cylindrical-coordinate representation of color #8AA976: hue angle of 96.47º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8AA976 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 138 | 169 | 118 | - |
| CMYK | 0.18 | 0 | 0.30 | 0.34 |
| HSL | 96.47º | 0.23% | 0.56% | - |
| HSV(B) | 96.47º | 0.3% | 0.66% | - |
| XYZ | 27.94 | 35.09 | 22.44 | - |
| YUV | 153.92 | 107.73 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 169 | 118 | 0.18 | 0 | 0.30 | 0.34 | 96.47 | 0.23 | 0.56 |
| Hex | 8A | A9 | 76 | 12 | 0 | 1E | 22 | 60 | 17 | 38 |
| Octal | 212 | 251 | 166 | 22 | 0 | 36 | 42 | 140 | 27 | 70 |
| Binary | 10001010 | 10101001 | 1110110 | 10010 | 0 | 11110 | 100010 | 1100000 | 10111 | 111000 |
Color Harmonies of #8AA976
Complementary color
Monochromatic Colors of #8AA976
Black with #8AA976
Text Example
Text Example
White with #8AA976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA976; }
p { color: rgb(138,169,118); }
H1.HeaderClassName
{
color: #8AA976;
}
.AnyTagClassName
{
color: #8AA976;
}
</style>
background-color css
<style>
a { background-color: #8AA976; }
a { background-color: rgb(138,169,118); }
div.DivClassName
{
background-color: #8AA976;
}
.BgClassName
{
background-color: #8AA976;
}
</style>
border-color css
<style>
span { border-color: #8AA976; }
span { border-color: rgb(138,169,118); }
td.TdClassName
{
border-color: #8AA976;
}
.TagClassName
{
border-color: #8AA976;
}
</style>