Shades of Amulet #899F7F
Tints of Amulet #899F7F
RGB
CMYK
RGB Variations
Color information
#899F7F (or 0x899F7F) is known color: Amulet. HEX triplet: 89, 9F and 7F. RGB value is (137,159,127). Sum of RGB (Red+Green+Blue) = 137+159+127=423 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.39% from 423); Green value is 159 (62.5% from 255 or 37.59% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 159 - color contains mainly: green. Hex color #899F7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899F7F is #766080. Grayscale: #949494. Windows color (decimal): -7757953 or 8363913. OLE color: 8363913.
HSL color Cylindrical-coordinate representation of color #899F7F: hue angle of 101.25º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #899F7F is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 137 | 159 | 127 | - |
| CMYK | 0.14 | 0 | 0.20 | 0.38 |
| HSL | 101.25º | 0.14% | 0.56% | - |
| HSV(B) | 101.25º | 0.2% | 0.62% | - |
| XYZ | 26.55 | 31.65 | 24.79 | - |
| YUV | 148.77 | 115.71 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 159 | 127 | 0.14 | 0 | 0.20 | 0.38 | 101.25 | 0.14 | 0.56 |
| Hex | 89 | 9F | 7F | E | 0 | 14 | 26 | 65 | E | 38 |
| Octal | 211 | 237 | 177 | 16 | 0 | 24 | 46 | 145 | 16 | 70 |
| Binary | 10001001 | 10011111 | 1111111 | 1110 | 0 | 10100 | 100110 | 1100101 | 1110 | 111000 |
Color Harmonies of #899F7F
Complementary color
Monochromatic Colors of #899F7F
Black with #899F7F
Text Example
Text Example
White with #899F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899F7F; }
p { color: rgb(137,159,127); }
H1.HeaderClassName
{
color: #899F7F;
}
.AnyTagClassName
{
color: #899F7F;
}
</style>
background-color css
<style>
a { background-color: #899F7F; }
a { background-color: rgb(137,159,127); }
div.DivClassName
{
background-color: #899F7F;
}
.BgClassName
{
background-color: #899F7F;
}
</style>
border-color css
<style>
span { border-color: #899F7F; }
span { border-color: rgb(137,159,127); }
td.TdClassName
{
border-color: #899F7F;
}
.TagClassName
{
border-color: #899F7F;
}
</style>