Shades of Amulet #89AF73
Tints of Amulet #89AF73
RGB
CMYK
RGB Variations
Color information
#89AF73 (or 0x89AF73) is known color: Amulet. HEX triplet: 89, AF and 73. RGB value is (137,175,115). Sum of RGB (Red+Green+Blue) = 137+175+115=427 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.08% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 115 (45.31% from 255 or 26.93% from 427); Max value from RGB is 175 - color contains mainly: green. Hex color #89AF73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89AF73 is #76508C. Grayscale: #9D9D9D. Windows color (decimal): -7753869 or 7581577. OLE color: 7581577.
HSL color Cylindrical-coordinate representation of color #89AF73: hue angle of 98º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #89AF73 is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 137 | 175 | 115 | - |
| CMYK | 0.22 | 0 | 0.34 | 0.31 |
| HSL | 98º | 0.27% | 0.57% | - |
| HSV(B) | 98º | 0.34% | 0.69% | - |
| XYZ | 28.74 | 37.22 | 21.89 | - |
| YUV | 156.8 | 104.41 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 175 | 115 | 0.22 | 0 | 0.34 | 0.31 | 98 | 0.27 | 0.57 |
| Hex | 89 | AF | 73 | 16 | 0 | 22 | 1F | 62 | 1B | 39 |
| Octal | 211 | 257 | 163 | 26 | 0 | 42 | 37 | 142 | 33 | 71 |
| Binary | 10001001 | 10101111 | 1110011 | 10110 | 0 | 100010 | 11111 | 1100010 | 11011 | 111001 |
Color Harmonies of #89AF73
Complementary color
Monochromatic Colors of #89AF73
Black with #89AF73
Text Example
Text Example
White with #89AF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AF73; }
p { color: rgb(137,175,115); }
H1.HeaderClassName
{
color: #89AF73;
}
.AnyTagClassName
{
color: #89AF73;
}
</style>
background-color css
<style>
a { background-color: #89AF73; }
a { background-color: rgb(137,175,115); }
div.DivClassName
{
background-color: #89AF73;
}
.BgClassName
{
background-color: #89AF73;
}
</style>
border-color css
<style>
span { border-color: #89AF73; }
span { border-color: rgb(137,175,115); }
td.TdClassName
{
border-color: #89AF73;
}
.TagClassName
{
border-color: #89AF73;
}
</style>