Shades of Amulet #8AA772
Tints of Amulet #8AA772
RGB
CMYK
RGB Variations
Color information
#8AA772 (or 0x8AA772) is known color: Amulet. HEX triplet: 8A, A7 and 72. RGB value is (138,167,114). Sum of RGB (Red+Green+Blue) = 138+167+114=419 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.94% from 419); Green value is 167 (65.62% from 255 or 39.86% from 419); Blue value is 114 (44.92% from 255 or 27.21% from 419); Max value from RGB is 167 - color contains mainly: green. Hex color #8AA772 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA772 is #75588D. Grayscale: #989898. Windows color (decimal): -7690382 or 7513994. OLE color: 7513994.
HSL color Cylindrical-coordinate representation of color #8AA772: hue angle of 92.83º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8AA772 is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 138 | 167 | 114 | - |
| CMYK | 0.17 | 0 | 0.32 | 0.35 |
| HSL | 92.83º | 0.23% | 0.55% | - |
| HSV(B) | 92.83º | 0.32% | 0.65% | - |
| XYZ | 27.34 | 34.26 | 21.09 | - |
| YUV | 152.29 | 106.39 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 167 | 114 | 0.17 | 0 | 0.32 | 0.35 | 92.83 | 0.23 | 0.55 |
| Hex | 8A | A7 | 72 | 11 | 0 | 20 | 23 | 5D | 17 | 37 |
| Octal | 212 | 247 | 162 | 21 | 0 | 40 | 43 | 135 | 27 | 67 |
| Binary | 10001010 | 10100111 | 1110010 | 10001 | 0 | 100000 | 100011 | 1011101 | 10111 | 110111 |
Color Harmonies of #8AA772
Complementary color
Monochromatic Colors of #8AA772
Black with #8AA772
Text Example
Text Example
White with #8AA772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA772; }
p { color: rgb(138,167,114); }
H1.HeaderClassName
{
color: #8AA772;
}
.AnyTagClassName
{
color: #8AA772;
}
</style>
background-color css
<style>
a { background-color: #8AA772; }
a { background-color: rgb(138,167,114); }
div.DivClassName
{
background-color: #8AA772;
}
.BgClassName
{
background-color: #8AA772;
}
</style>
border-color css
<style>
span { border-color: #8AA772; }
span { border-color: rgb(138,167,114); }
td.TdClassName
{
border-color: #8AA772;
}
.TagClassName
{
border-color: #8AA772;
}
</style>