Shades of Amulet #89A970
Tints of Amulet #89A970
RGB
CMYK
RGB Variations
Color information
#89A970 (or 0x89A970) is known color: Amulet. HEX triplet: 89, A9 and 70. RGB value is (137,169,112). Sum of RGB (Red+Green+Blue) = 137+169+112=418 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.78% from 418); Green value is 169 (66.41% from 255 or 40.43% from 418); Blue value is 112 (44.14% from 255 or 26.79% from 418); Max value from RGB is 169 - color contains mainly: green. Hex color #89A970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89A970 is #76568F. Grayscale: #999999. Windows color (decimal): -7755408 or 7383433. OLE color: 7383433.
HSL color Cylindrical-coordinate representation of color #89A970: hue angle of 93.68º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #89A970 is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 137 | 169 | 112 | - |
| CMYK | 0.19 | 0 | 0.34 | 0.34 |
| HSL | 93.68º | 0.25% | 0.55% | - |
| HSV(B) | 93.68º | 0.34% | 0.66% | - |
| XYZ | 27.43 | 34.86 | 20.61 | - |
| YUV | 152.93 | 104.9 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 169 | 112 | 0.19 | 0 | 0.34 | 0.34 | 93.68 | 0.25 | 0.55 |
| Hex | 89 | A9 | 70 | 13 | 0 | 22 | 22 | 5E | 19 | 37 |
| Octal | 211 | 251 | 160 | 23 | 0 | 42 | 42 | 136 | 31 | 67 |
| Binary | 10001001 | 10101001 | 1110000 | 10011 | 0 | 100010 | 100010 | 1011110 | 11001 | 110111 |
Color Harmonies of #89A970
Complementary color
Monochromatic Colors of #89A970
Black with #89A970
Text Example
Text Example
White with #89A970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A970; }
p { color: rgb(137,169,112); }
H1.HeaderClassName
{
color: #89A970;
}
.AnyTagClassName
{
color: #89A970;
}
</style>
background-color css
<style>
a { background-color: #89A970; }
a { background-color: rgb(137,169,112); }
div.DivClassName
{
background-color: #89A970;
}
.BgClassName
{
background-color: #89A970;
}
</style>
border-color css
<style>
span { border-color: #89A970; }
span { border-color: rgb(137,169,112); }
td.TdClassName
{
border-color: #89A970;
}
.TagClassName
{
border-color: #89A970;
}
</style>