Shades of Amulet #8AAC7B
Tints of Amulet #8AAC7B
RGB
CMYK
RGB Variations
Color information
#8AAC7B (or 0x8AAC7B) is known color: Amulet. HEX triplet: 8A, AC and 7B. RGB value is (138,172,123). Sum of RGB (Red+Green+Blue) = 138+172+123=433 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.87% from 433); Green value is 172 (67.58% from 255 or 39.72% from 433); Blue value is 123 (48.44% from 255 or 28.41% from 433); Max value from RGB is 172 - color contains mainly: green. Hex color #8AAC7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAC7B is #755384. Grayscale: #9C9C9C. Windows color (decimal): -7689093 or 8105098. OLE color: 8105098.
HSL color Cylindrical-coordinate representation of color #8AAC7B: hue angle of 101.63º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8AAC7B is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 172 | 123 | - |
| CMYK | 0.20 | 0 | 0.28 | 0.33 |
| HSL | 101.63º | 0.23% | 0.58% | - |
| HSV(B) | 101.63º | 0.28% | 0.67% | - |
| XYZ | 28.81 | 36.34 | 24.23 | - |
| YUV | 156.25 | 109.24 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 172 | 123 | 0.20 | 0 | 0.28 | 0.33 | 101.63 | 0.23 | 0.58 |
| Hex | 8A | AC | 7B | 14 | 0 | 1C | 21 | 66 | 17 | 3A |
| Octal | 212 | 254 | 173 | 24 | 0 | 34 | 41 | 146 | 27 | 72 |
| Binary | 10001010 | 10101100 | 1111011 | 10100 | 0 | 11100 | 100001 | 1100110 | 10111 | 111010 |
Color Harmonies of #8AAC7B
Complementary color
Monochromatic Colors of #8AAC7B
Black with #8AAC7B
Text Example
Text Example
White with #8AAC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAC7B; }
p { color: rgb(138,172,123); }
H1.HeaderClassName
{
color: #8AAC7B;
}
.AnyTagClassName
{
color: #8AAC7B;
}
</style>
background-color css
<style>
a { background-color: #8AAC7B; }
a { background-color: rgb(138,172,123); }
div.DivClassName
{
background-color: #8AAC7B;
}
.BgClassName
{
background-color: #8AAC7B;
}
</style>
border-color css
<style>
span { border-color: #8AAC7B; }
span { border-color: rgb(138,172,123); }
td.TdClassName
{
border-color: #8AAC7B;
}
.TagClassName
{
border-color: #8AAC7B;
}
</style>