Shades of Amulet #8AAB7A
Tints of Amulet #8AAB7A
RGB
CMYK
RGB Variations
Color information
#8AAB7A (or 0x8AAB7A) is known color: Amulet. HEX triplet: 8A, AB and 7A. RGB value is (138,171,122). Sum of RGB (Red+Green+Blue) = 138+171+122=431 (57% of max value = 765). Red value is 138 (54.30% from 255 or 32.02% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 171 - color contains mainly: green. Hex color #8AAB7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAB7A is #755485. Grayscale: #9B9B9B. Windows color (decimal): -7689350 or 8039306. OLE color: 8039306.
HSL color Cylindrical-coordinate representation of color #8AAB7A: hue angle of 100.41º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8AAB7A is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 171 | 122 | - |
| CMYK | 0.19 | 0 | 0.29 | 0.33 |
| HSL | 100.41º | 0.23% | 0.57% | - |
| HSV(B) | 100.41º | 0.29% | 0.67% | - |
| XYZ | 28.56 | 35.93 | 23.84 | - |
| YUV | 155.55 | 109.07 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 171 | 122 | 0.19 | 0 | 0.29 | 0.33 | 100.41 | 0.23 | 0.57 |
| Hex | 8A | AB | 7A | 13 | 0 | 1D | 21 | 64 | 17 | 39 |
| Octal | 212 | 253 | 172 | 23 | 0 | 35 | 41 | 144 | 27 | 71 |
| Binary | 10001010 | 10101011 | 1111010 | 10011 | 0 | 11101 | 100001 | 1100100 | 10111 | 111001 |
Color Harmonies of #8AAB7A
Complementary color
Monochromatic Colors of #8AAB7A
Black with #8AAB7A
Text Example
Text Example
White with #8AAB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAB7A; }
p { color: rgb(138,171,122); }
H1.HeaderClassName
{
color: #8AAB7A;
}
.AnyTagClassName
{
color: #8AAB7A;
}
</style>
background-color css
<style>
a { background-color: #8AAB7A; }
a { background-color: rgb(138,171,122); }
div.DivClassName
{
background-color: #8AAB7A;
}
.BgClassName
{
background-color: #8AAB7A;
}
</style>
border-color css
<style>
span { border-color: #8AAB7A; }
span { border-color: rgb(138,171,122); }
td.TdClassName
{
border-color: #8AAB7A;
}
.TagClassName
{
border-color: #8AAB7A;
}
</style>