Shades of Amulet #89A175
Tints of Amulet #89A175
RGB
CMYK
RGB Variations
Color information
#89A175 (or 0x89A175) is known color: Amulet. HEX triplet: 89, A1 and 75. RGB value is (137,161,117). Sum of RGB (Red+Green+Blue) = 137+161+117=415 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.01% from 415); Green value is 161 (63.28% from 255 or 38.80% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 161 - color contains mainly: green. Hex color #89A175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89A175 is #765E8A. Grayscale: #949494. Windows color (decimal): -7757451 or 7709065. OLE color: 7709065.
HSL color Cylindrical-coordinate representation of color #89A175: hue angle of 92.73º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #89A175 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 137 | 161 | 117 | - |
| CMYK | 0.15 | 0 | 0.27 | 0.37 |
| HSL | 92.73º | 0.19% | 0.55% | - |
| HSV(B) | 92.73º | 0.27% | 0.63% | - |
| XYZ | 26.27 | 32.09 | 21.64 | - |
| YUV | 148.81 | 110.05 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 161 | 117 | 0.15 | 0 | 0.27 | 0.37 | 92.73 | 0.19 | 0.55 |
| Hex | 89 | A1 | 75 | F | 0 | 1B | 25 | 5D | 13 | 37 |
| Octal | 211 | 241 | 165 | 17 | 0 | 33 | 45 | 135 | 23 | 67 |
| Binary | 10001001 | 10100001 | 1110101 | 1111 | 0 | 11011 | 100101 | 1011101 | 10011 | 110111 |
Color Harmonies of #89A175
Complementary color
Monochromatic Colors of #89A175
Black with #89A175
Text Example
Text Example
White with #89A175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A175; }
p { color: rgb(137,161,117); }
H1.HeaderClassName
{
color: #89A175;
}
.AnyTagClassName
{
color: #89A175;
}
</style>
background-color css
<style>
a { background-color: #89A175; }
a { background-color: rgb(137,161,117); }
div.DivClassName
{
background-color: #89A175;
}
.BgClassName
{
background-color: #89A175;
}
</style>
border-color css
<style>
span { border-color: #89A175; }
span { border-color: rgb(137,161,117); }
td.TdClassName
{
border-color: #89A175;
}
.TagClassName
{
border-color: #89A175;
}
</style>