Shades of Amulet #89AB75
Tints of Amulet #89AB75
RGB
CMYK
RGB Variations
Color information
#89AB75 (or 0x89AB75) is known color: Amulet. HEX triplet: 89, AB and 75. RGB value is (137,171,117). Sum of RGB (Red+Green+Blue) = 137+171+117=425 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.24% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 171 - color contains mainly: green. Hex color #89AB75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89AB75 is #76548A. Grayscale: #9A9A9A. Windows color (decimal): -7754891 or 7711625. OLE color: 7711625.
HSL color Cylindrical-coordinate representation of color #89AB75: hue angle of 97.78º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #89AB75 is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 171 | 117 | - |
| CMYK | 0.20 | 0 | 0.32 | 0.33 |
| HSL | 97.78º | 0.24% | 0.56% | - |
| HSV(B) | 97.78º | 0.32% | 0.67% | - |
| XYZ | 28.09 | 35.73 | 22.25 | - |
| YUV | 154.68 | 106.74 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 171 | 117 | 0.20 | 0 | 0.32 | 0.33 | 97.78 | 0.24 | 0.56 |
| Hex | 89 | AB | 75 | 14 | 0 | 20 | 21 | 62 | 18 | 38 |
| Octal | 211 | 253 | 165 | 24 | 0 | 40 | 41 | 142 | 30 | 70 |
| Binary | 10001001 | 10101011 | 1110101 | 10100 | 0 | 100000 | 100001 | 1100010 | 11000 | 111000 |
Color Harmonies of #89AB75
Complementary color
Monochromatic Colors of #89AB75
Black with #89AB75
Text Example
Text Example
White with #89AB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AB75; }
p { color: rgb(137,171,117); }
H1.HeaderClassName
{
color: #89AB75;
}
.AnyTagClassName
{
color: #89AB75;
}
</style>
background-color css
<style>
a { background-color: #89AB75; }
a { background-color: rgb(137,171,117); }
div.DivClassName
{
background-color: #89AB75;
}
.BgClassName
{
background-color: #89AB75;
}
</style>
border-color css
<style>
span { border-color: #89AB75; }
span { border-color: rgb(137,171,117); }
td.TdClassName
{
border-color: #89AB75;
}
.TagClassName
{
border-color: #89AB75;
}
</style>