Shades of Amulet #89B07E
Tints of Amulet #89B07E
RGB
CMYK
RGB Variations
Color information
#89B07E (or 0x89B07E) is known color: Amulet. HEX triplet: 89, B0 and 7E. RGB value is (137,176,126). Sum of RGB (Red+Green+Blue) = 137+176+126=439 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.21% from 439); Green value is 176 (69.14% from 255 or 40.09% from 439); Blue value is 126 (49.61% from 255 or 28.70% from 439); Max value from RGB is 176 - color contains mainly: green. Hex color #89B07E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89B07E is #764F81. Grayscale: #9E9E9E. Windows color (decimal): -7753602 or 8302729. OLE color: 8302729.
HSL color Cylindrical-coordinate representation of color #89B07E: hue angle of 106.8º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #89B07E is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 137 | 176 | 126 | - |
| CMYK | 0.22 | 0 | 0.28 | 0.31 |
| HSL | 106.8º | 0.24% | 0.59% | - |
| HSV(B) | 106.8º | 0.28% | 0.69% | - |
| XYZ | 29.61 | 37.88 | 25.49 | - |
| YUV | 158.64 | 109.58 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 176 | 126 | 0.22 | 0 | 0.28 | 0.31 | 106.8 | 0.24 | 0.59 |
| Hex | 89 | B0 | 7E | 16 | 0 | 1C | 1F | 6B | 18 | 3B |
| Octal | 211 | 260 | 176 | 26 | 0 | 34 | 37 | 153 | 30 | 73 |
| Binary | 10001001 | 10110000 | 1111110 | 10110 | 0 | 11100 | 11111 | 1101011 | 11000 | 111011 |
Color Harmonies of #89B07E
Complementary color
Monochromatic Colors of #89B07E
Black with #89B07E
Text Example
Text Example
White with #89B07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B07E; }
p { color: rgb(137,176,126); }
H1.HeaderClassName
{
color: #89B07E;
}
.AnyTagClassName
{
color: #89B07E;
}
</style>
background-color css
<style>
a { background-color: #89B07E; }
a { background-color: rgb(137,176,126); }
div.DivClassName
{
background-color: #89B07E;
}
.BgClassName
{
background-color: #89B07E;
}
</style>
border-color css
<style>
span { border-color: #89B07E; }
span { border-color: rgb(137,176,126); }
td.TdClassName
{
border-color: #89B07E;
}
.TagClassName
{
border-color: #89B07E;
}
</style>