Shades of Amulet #89AA72
Tints of Amulet #89AA72
RGB
CMYK
RGB Variations
Color information
#89AA72 (or 0x89AA72) is known color: Amulet. HEX triplet: 89, AA and 72. RGB value is (137,170,114). Sum of RGB (Red+Green+Blue) = 137+170+114=421 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.54% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 114 (44.92% from 255 or 27.08% from 421); Max value from RGB is 170 - color contains mainly: green. Hex color #89AA72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89AA72 is #76558D. Grayscale: #999999. Windows color (decimal): -7755150 or 7514761. OLE color: 7514761.
HSL color Cylindrical-coordinate representation of color #89AA72: hue angle of 95.36º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89AA72 is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 170 | 114 | - |
| CMYK | 0.19 | 0 | 0.33 | 0.33 |
| HSL | 95.36º | 0.25% | 0.56% | - |
| HSV(B) | 95.36º | 0.33% | 0.67% | - |
| XYZ | 27.73 | 35.28 | 21.27 | - |
| YUV | 153.75 | 105.57 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 170 | 114 | 0.19 | 0 | 0.33 | 0.33 | 95.36 | 0.25 | 0.56 |
| Hex | 89 | AA | 72 | 13 | 0 | 21 | 21 | 5F | 19 | 38 |
| Octal | 211 | 252 | 162 | 23 | 0 | 41 | 41 | 137 | 31 | 70 |
| Binary | 10001001 | 10101010 | 1110010 | 10011 | 0 | 100001 | 100001 | 1011111 | 11001 | 111000 |
Color Harmonies of #89AA72
Complementary color
Monochromatic Colors of #89AA72
Black with #89AA72
Text Example
Text Example
White with #89AA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AA72; }
p { color: rgb(137,170,114); }
H1.HeaderClassName
{
color: #89AA72;
}
.AnyTagClassName
{
color: #89AA72;
}
</style>
background-color css
<style>
a { background-color: #89AA72; }
a { background-color: rgb(137,170,114); }
div.DivClassName
{
background-color: #89AA72;
}
.BgClassName
{
background-color: #89AA72;
}
</style>
border-color css
<style>
span { border-color: #89AA72; }
span { border-color: rgb(137,170,114); }
td.TdClassName
{
border-color: #89AA72;
}
.TagClassName
{
border-color: #89AA72;
}
</style>