Shades of Amulet #89B07B
Tints of Amulet #89B07B
RGB
CMYK
RGB Variations
Color information
#89B07B (or 0x89B07B) is known color: Amulet. HEX triplet: 89, B0 and 7B. RGB value is (137,176,123). Sum of RGB (Red+Green+Blue) = 137+176+123=436 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.42% from 436); Green value is 176 (69.14% from 255 or 40.37% from 436); Blue value is 123 (48.44% from 255 or 28.21% from 436); Max value from RGB is 176 - color contains mainly: green. Hex color #89B07B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89B07B is #764F84. Grayscale: #9E9E9E. Windows color (decimal): -7753605 or 8106121. OLE color: 8106121.
HSL color Cylindrical-coordinate representation of color #89B07B: hue angle of 104.15º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #89B07B is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 137 | 176 | 123 | - |
| CMYK | 0.22 | 0 | 0.30 | 0.31 |
| HSL | 104.15º | 0.25% | 0.59% | - |
| HSV(B) | 104.15º | 0.3% | 0.69% | - |
| XYZ | 29.42 | 37.8 | 24.48 | - |
| YUV | 158.3 | 108.08 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 176 | 123 | 0.22 | 0 | 0.30 | 0.31 | 104.15 | 0.25 | 0.59 |
| Hex | 89 | B0 | 7B | 16 | 0 | 1E | 1F | 68 | 19 | 3B |
| Octal | 211 | 260 | 173 | 26 | 0 | 36 | 37 | 150 | 31 | 73 |
| Binary | 10001001 | 10110000 | 1111011 | 10110 | 0 | 11110 | 11111 | 1101000 | 11001 | 111011 |
Color Harmonies of #89B07B
Complementary color
Monochromatic Colors of #89B07B
Black with #89B07B
Text Example
Text Example
White with #89B07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B07B; }
p { color: rgb(137,176,123); }
H1.HeaderClassName
{
color: #89B07B;
}
.AnyTagClassName
{
color: #89B07B;
}
</style>
background-color css
<style>
a { background-color: #89B07B; }
a { background-color: rgb(137,176,123); }
div.DivClassName
{
background-color: #89B07B;
}
.BgClassName
{
background-color: #89B07B;
}
</style>
border-color css
<style>
span { border-color: #89B07B; }
span { border-color: rgb(137,176,123); }
td.TdClassName
{
border-color: #89B07B;
}
.TagClassName
{
border-color: #89B07B;
}
</style>