Shades of Amulet #8AAA7C
Tints of Amulet #8AAA7C
RGB
CMYK
RGB Variations
Color information
#8AAA7C (or 0x8AAA7C) is known color: Amulet. HEX triplet: 8A, AA and 7C. RGB value is (138,170,124). Sum of RGB (Red+Green+Blue) = 138+170+124=432 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.94% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 124 (48.83% from 255 or 28.70% from 432); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAA7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAA7C is #755583. Grayscale: #9B9B9B. Windows color (decimal): -7689604 or 8170122. OLE color: 8170122.
HSL color Cylindrical-coordinate representation of color #8AAA7C: hue angle of 101.74º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8AAA7C is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 170 | 124 | - |
| CMYK | 0.19 | 0 | 0.27 | 0.33 |
| HSL | 101.74º | 0.21% | 0.58% | - |
| HSV(B) | 101.74º | 0.27% | 0.67% | - |
| XYZ | 28.49 | 35.61 | 24.44 | - |
| YUV | 155.19 | 110.4 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 170 | 124 | 0.19 | 0 | 0.27 | 0.33 | 101.74 | 0.21 | 0.58 |
| Hex | 8A | AA | 7C | 13 | 0 | 1B | 21 | 66 | 15 | 3A |
| Octal | 212 | 252 | 174 | 23 | 0 | 33 | 41 | 146 | 25 | 72 |
| Binary | 10001010 | 10101010 | 1111100 | 10011 | 0 | 11011 | 100001 | 1100110 | 10101 | 111010 |
Color Harmonies of #8AAA7C
Complementary color
Monochromatic Colors of #8AAA7C
Black with #8AAA7C
Text Example
Text Example
White with #8AAA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAA7C; }
p { color: rgb(138,170,124); }
H1.HeaderClassName
{
color: #8AAA7C;
}
.AnyTagClassName
{
color: #8AAA7C;
}
</style>
background-color css
<style>
a { background-color: #8AAA7C; }
a { background-color: rgb(138,170,124); }
div.DivClassName
{
background-color: #8AAA7C;
}
.BgClassName
{
background-color: #8AAA7C;
}
</style>
border-color css
<style>
span { border-color: #8AAA7C; }
span { border-color: rgb(138,170,124); }
td.TdClassName
{
border-color: #8AAA7C;
}
.TagClassName
{
border-color: #8AAA7C;
}
</style>