Shades of Amulet #89B678
Tints of Amulet #89B678
RGB
CMYK
RGB Variations
Color information
#89B678 (or 0x89B678) is known color: Amulet. HEX triplet: 89, B6 and 78. RGB value is (137,182,120). Sum of RGB (Red+Green+Blue) = 137+182+120=439 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.21% from 439); Green value is 182 (71.48% from 255 or 41.46% from 439); Blue value is 120 (47.27% from 255 or 27.33% from 439); Max value from RGB is 182 - color contains mainly: green. Hex color #89B678 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #89B678 is #764987. Grayscale: #A1A1A1. Windows color (decimal): -7752072 or 7911049. OLE color: 7911049.
HSL color Cylindrical-coordinate representation of color #89B678: hue angle of 103.55º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #89B678 is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 137 | 182 | 120 | - |
| CMYK | 0.25 | 0 | 0.34 | 0.29 |
| HSL | 103.55º | 0.3% | 0.59% | - |
| HSV(B) | 103.55º | 0.34% | 0.71% | - |
| XYZ | 30.43 | 40.13 | 23.91 | - |
| YUV | 161.48 | 104.59 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 182 | 120 | 0.25 | 0 | 0.34 | 0.29 | 103.55 | 0.3 | 0.59 |
| Hex | 89 | B6 | 78 | 19 | 0 | 22 | 1D | 68 | 1E | 3B |
| Octal | 211 | 266 | 170 | 31 | 0 | 42 | 35 | 150 | 36 | 73 |
| Binary | 10001001 | 10110110 | 1111000 | 11001 | 0 | 100010 | 11101 | 1101000 | 11110 | 111011 |
Color Harmonies of #89B678
Complementary color
Monochromatic Colors of #89B678
Black with #89B678
Text Example
Text Example
White with #89B678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B678; }
p { color: rgb(137,182,120); }
H1.HeaderClassName
{
color: #89B678;
}
.AnyTagClassName
{
color: #89B678;
}
</style>
background-color css
<style>
a { background-color: #89B678; }
a { background-color: rgb(137,182,120); }
div.DivClassName
{
background-color: #89B678;
}
.BgClassName
{
background-color: #89B678;
}
</style>
border-color css
<style>
span { border-color: #89B678; }
span { border-color: rgb(137,182,120); }
td.TdClassName
{
border-color: #89B678;
}
.TagClassName
{
border-color: #89B678;
}
</style>