Shades of Amulet #8AAA7D
Tints of Amulet #8AAA7D
RGB
CMYK
RGB Variations
Color information
#8AAA7D (or 0x8AAA7D) is known color: Amulet. HEX triplet: 8A, AA and 7D. RGB value is (138,170,125). Sum of RGB (Red+Green+Blue) = 138+170+125=433 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.87% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAA7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAA7D is #755582. Grayscale: #9B9B9B. Windows color (decimal): -7689603 or 8235658. OLE color: 8235658.
HSL color Cylindrical-coordinate representation of color #8AAA7D: hue angle of 102.67º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8AAA7D is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 170 | 125 | - |
| CMYK | 0.19 | 0 | 0.26 | 0.33 |
| HSL | 102.67º | 0.21% | 0.58% | - |
| HSV(B) | 102.67º | 0.26% | 0.67% | - |
| XYZ | 28.56 | 35.63 | 24.77 | - |
| YUV | 155.3 | 110.9 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 170 | 125 | 0.19 | 0 | 0.26 | 0.33 | 102.67 | 0.21 | 0.58 |
| Hex | 8A | AA | 7D | 13 | 0 | 1A | 21 | 67 | 15 | 3A |
| Octal | 212 | 252 | 175 | 23 | 0 | 32 | 41 | 147 | 25 | 72 |
| Binary | 10001010 | 10101010 | 1111101 | 10011 | 0 | 11010 | 100001 | 1100111 | 10101 | 111010 |
Color Harmonies of #8AAA7D
Complementary color
Monochromatic Colors of #8AAA7D
Black with #8AAA7D
Text Example
Text Example
White with #8AAA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAA7D; }
p { color: rgb(138,170,125); }
H1.HeaderClassName
{
color: #8AAA7D;
}
.AnyTagClassName
{
color: #8AAA7D;
}
</style>
background-color css
<style>
a { background-color: #8AAA7D; }
a { background-color: rgb(138,170,125); }
div.DivClassName
{
background-color: #8AAA7D;
}
.BgClassName
{
background-color: #8AAA7D;
}
</style>
border-color css
<style>
span { border-color: #8AAA7D; }
span { border-color: rgb(138,170,125); }
td.TdClassName
{
border-color: #8AAA7D;
}
.TagClassName
{
border-color: #8AAA7D;
}
</style>