Shades of Amulet #89B37D
Tints of Amulet #89B37D
RGB
CMYK
RGB Variations
Color information
#89B37D (or 0x89B37D) is known color: Amulet. HEX triplet: 89, B3 and 7D. RGB value is (137,179,125). Sum of RGB (Red+Green+Blue) = 137+179+125=441 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.07% from 441); Green value is 179 (70.31% from 255 or 40.59% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 179 - color contains mainly: green. Hex color #89B37D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #89B37D is #764C82. Grayscale: #A0A0A0. Windows color (decimal): -7752835 or 8237961. OLE color: 8237961.
HSL color Cylindrical-coordinate representation of color #89B37D: hue angle of 106.67º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #89B37D is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 137 | 179 | 125 | - |
| CMYK | 0.23 | 0 | 0.30 | 0.30 |
| HSL | 106.67º | 0.26% | 0.6% | - |
| HSV(B) | 106.67º | 0.3% | 0.7% | - |
| XYZ | 30.14 | 39.04 | 25.35 | - |
| YUV | 160.29 | 108.09 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 179 | 125 | 0.23 | 0 | 0.30 | 0.30 | 106.67 | 0.26 | 0.6 |
| Hex | 89 | B3 | 7D | 17 | 0 | 1E | 1E | 6B | 1A | 3C |
| Octal | 211 | 263 | 175 | 27 | 0 | 36 | 36 | 153 | 32 | 74 |
| Binary | 10001001 | 10110011 | 1111101 | 10111 | 0 | 11110 | 11110 | 1101011 | 11010 | 111100 |
Color Harmonies of #89B37D
Complementary color
Monochromatic Colors of #89B37D
Black with #89B37D
Text Example
Text Example
White with #89B37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B37D; }
p { color: rgb(137,179,125); }
H1.HeaderClassName
{
color: #89B37D;
}
.AnyTagClassName
{
color: #89B37D;
}
</style>
background-color css
<style>
a { background-color: #89B37D; }
a { background-color: rgb(137,179,125); }
div.DivClassName
{
background-color: #89B37D;
}
.BgClassName
{
background-color: #89B37D;
}
</style>
border-color css
<style>
span { border-color: #89B37D; }
span { border-color: rgb(137,179,125); }
td.TdClassName
{
border-color: #89B37D;
}
.TagClassName
{
border-color: #89B37D;
}
</style>