Shades of Amulet #8AAA7B
Tints of Amulet #8AAA7B
RGB
CMYK
RGB Variations
Color information
#8AAA7B (or 0x8AAA7B) is known color: Amulet. HEX triplet: 8A, AA and 7B. RGB value is (138,170,123). Sum of RGB (Red+Green+Blue) = 138+170+123=431 (57% of max value = 765). Red value is 138 (54.30% from 255 or 32.02% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAA7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAA7B is #755584. Grayscale: #9B9B9B. Windows color (decimal): -7689605 or 8104586. OLE color: 8104586.
HSL color Cylindrical-coordinate representation of color #8AAA7B: hue angle of 100.85º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8AAA7B is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 170 | 123 | - |
| CMYK | 0.19 | 0 | 0.28 | 0.33 |
| HSL | 100.85º | 0.22% | 0.57% | - |
| HSV(B) | 100.85º | 0.28% | 0.67% | - |
| XYZ | 28.43 | 35.58 | 24.11 | - |
| YUV | 155.07 | 109.9 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 170 | 123 | 0.19 | 0 | 0.28 | 0.33 | 100.85 | 0.22 | 0.57 |
| Hex | 8A | AA | 7B | 13 | 0 | 1C | 21 | 65 | 16 | 39 |
| Octal | 212 | 252 | 173 | 23 | 0 | 34 | 41 | 145 | 26 | 71 |
| Binary | 10001010 | 10101010 | 1111011 | 10011 | 0 | 11100 | 100001 | 1100101 | 10110 | 111001 |
Color Harmonies of #8AAA7B
Complementary color
Monochromatic Colors of #8AAA7B
Black with #8AAA7B
Text Example
Text Example
White with #8AAA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAA7B; }
p { color: rgb(138,170,123); }
H1.HeaderClassName
{
color: #8AAA7B;
}
.AnyTagClassName
{
color: #8AAA7B;
}
</style>
background-color css
<style>
a { background-color: #8AAA7B; }
a { background-color: rgb(138,170,123); }
div.DivClassName
{
background-color: #8AAA7B;
}
.BgClassName
{
background-color: #8AAA7B;
}
</style>
border-color css
<style>
span { border-color: #8AAA7B; }
span { border-color: rgb(138,170,123); }
td.TdClassName
{
border-color: #8AAA7B;
}
.TagClassName
{
border-color: #8AAA7B;
}
</style>