Shades of Amulet #8AA877
Tints of Amulet #8AA877
RGB
CMYK
RGB Variations
Color information
#8AA877 (or 0x8AA877) is known color: Amulet. HEX triplet: 8A, A8 and 77. RGB value is (138,168,119). Sum of RGB (Red+Green+Blue) = 138+168+119=425 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.47% from 425); Green value is 168 (66.02% from 255 or 39.53% from 425); Blue value is 119 (46.88% from 255 or 28% from 425); Max value from RGB is 168 - color contains mainly: green. Hex color #8AA877 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA877 is #755788. Grayscale: #999999. Windows color (decimal): -7690121 or 7841930. OLE color: 7841930.
HSL color Cylindrical-coordinate representation of color #8AA877: hue angle of 96.73º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8AA877 is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 138 | 168 | 119 | - |
| CMYK | 0.18 | 0 | 0.29 | 0.34 |
| HSL | 96.73º | 0.22% | 0.56% | - |
| HSV(B) | 96.73º | 0.29% | 0.66% | - |
| XYZ | 27.81 | 34.74 | 22.69 | - |
| YUV | 153.44 | 108.56 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 168 | 119 | 0.18 | 0 | 0.29 | 0.34 | 96.73 | 0.22 | 0.56 |
| Hex | 8A | A8 | 77 | 12 | 0 | 1D | 22 | 61 | 16 | 38 |
| Octal | 212 | 250 | 167 | 22 | 0 | 35 | 42 | 141 | 26 | 70 |
| Binary | 10001010 | 10101000 | 1110111 | 10010 | 0 | 11101 | 100010 | 1100001 | 10110 | 111000 |
Color Harmonies of #8AA877
Complementary color
Monochromatic Colors of #8AA877
Black with #8AA877
Text Example
Text Example
White with #8AA877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA877; }
p { color: rgb(138,168,119); }
H1.HeaderClassName
{
color: #8AA877;
}
.AnyTagClassName
{
color: #8AA877;
}
</style>
background-color css
<style>
a { background-color: #8AA877; }
a { background-color: rgb(138,168,119); }
div.DivClassName
{
background-color: #8AA877;
}
.BgClassName
{
background-color: #8AA877;
}
</style>
border-color css
<style>
span { border-color: #8AA877; }
span { border-color: rgb(138,168,119); }
td.TdClassName
{
border-color: #8AA877;
}
.TagClassName
{
border-color: #8AA877;
}
</style>