Shades of Amulet #8AA781
Tints of Amulet #8AA781
RGB
CMYK
RGB Variations
Color information
#8AA781 (or 0x8AA781) is known color: Amulet. HEX triplet: 8A, A7 and 81. RGB value is (138,167,129). Sum of RGB (Red+Green+Blue) = 138+167+129=434 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.80% from 434); Green value is 167 (65.62% from 255 or 38.48% from 434); Blue value is 129 (50.78% from 255 or 29.72% from 434); Max value from RGB is 167 - color contains mainly: green. Hex color #8AA781 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA781 is #75587E. Grayscale: #9A9A9A. Windows color (decimal): -7690367 or 8497034. OLE color: 8497034.
HSL color Cylindrical-coordinate representation of color #8AA781: hue angle of 105.79º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8AA781 is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 138 | 167 | 129 | - |
| CMYK | 0.17 | 0 | 0.23 | 0.35 |
| HSL | 105.79º | 0.18% | 0.58% | - |
| HSV(B) | 105.79º | 0.23% | 0.65% | - |
| XYZ | 28.26 | 34.63 | 25.96 | - |
| YUV | 154 | 113.89 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 167 | 129 | 0.17 | 0 | 0.23 | 0.35 | 105.79 | 0.18 | 0.58 |
| Hex | 8A | A7 | 81 | 11 | 0 | 17 | 23 | 6A | 12 | 3A |
| Octal | 212 | 247 | 201 | 21 | 0 | 27 | 43 | 152 | 22 | 72 |
| Binary | 10001010 | 10100111 | 10000001 | 10001 | 0 | 10111 | 100011 | 1101010 | 10010 | 111010 |
Color Harmonies of #8AA781
Complementary color
Monochromatic Colors of #8AA781
Black with #8AA781
Text Example
Text Example
White with #8AA781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA781; }
p { color: rgb(138,167,129); }
H1.HeaderClassName
{
color: #8AA781;
}
.AnyTagClassName
{
color: #8AA781;
}
</style>
background-color css
<style>
a { background-color: #8AA781; }
a { background-color: rgb(138,167,129); }
div.DivClassName
{
background-color: #8AA781;
}
.BgClassName
{
background-color: #8AA781;
}
</style>
border-color css
<style>
span { border-color: #8AA781; }
span { border-color: rgb(138,167,129); }
td.TdClassName
{
border-color: #8AA781;
}
.TagClassName
{
border-color: #8AA781;
}
</style>