Shades of Amulet #89A77A
Tints of Amulet #89A77A
RGB
CMYK
RGB Variations
Color information
#89A77A (or 0x89A77A) is known color: Amulet. HEX triplet: 89, A7 and 7A. RGB value is (137,167,122). Sum of RGB (Red+Green+Blue) = 137+167+122=426 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.16% from 426); Green value is 167 (65.62% from 255 or 39.20% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 167 - color contains mainly: green. Hex color #89A77A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89A77A is #765885. Grayscale: #999999. Windows color (decimal): -7755910 or 8038281. OLE color: 8038281.
HSL color Cylindrical-coordinate representation of color #89A77A: hue angle of 100º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #89A77A is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 137 | 167 | 122 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.35 |
| HSL | 100º | 0.2% | 0.57% | - |
| HSV(B) | 100º | 0.27% | 0.65% | - |
| XYZ | 27.65 | 34.36 | 23.59 | - |
| YUV | 152.9 | 110.56 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 167 | 122 | 0.18 | 0 | 0.27 | 0.35 | 100 | 0.2 | 0.57 |
| Hex | 89 | A7 | 7A | 12 | 0 | 1B | 23 | 64 | 14 | 39 |
| Octal | 211 | 247 | 172 | 22 | 0 | 33 | 43 | 144 | 24 | 71 |
| Binary | 10001001 | 10100111 | 1111010 | 10010 | 0 | 11011 | 100011 | 1100100 | 10100 | 111001 |
Color Harmonies of #89A77A
Complementary color
Monochromatic Colors of #89A77A
Black with #89A77A
Text Example
Text Example
White with #89A77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A77A; }
p { color: rgb(137,167,122); }
H1.HeaderClassName
{
color: #89A77A;
}
.AnyTagClassName
{
color: #89A77A;
}
</style>
background-color css
<style>
a { background-color: #89A77A; }
a { background-color: rgb(137,167,122); }
div.DivClassName
{
background-color: #89A77A;
}
.BgClassName
{
background-color: #89A77A;
}
</style>
border-color css
<style>
span { border-color: #89A77A; }
span { border-color: rgb(137,167,122); }
td.TdClassName
{
border-color: #89A77A;
}
.TagClassName
{
border-color: #89A77A;
}
</style>