Shades of Amulet #889D75
Tints of Amulet #889D75
RGB
CMYK
RGB Variations
Color information
#889D75 (or 0x889D75) is known color: Amulet. HEX triplet: 88, 9D and 75. RGB value is (136,157,117). Sum of RGB (Red+Green+Blue) = 136+157+117=410 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.17% from 410); Green value is 157 (61.72% from 255 or 38.29% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 157 - color contains mainly: green. Hex color #889D75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889D75 is #77628A. Grayscale: #929292. Windows color (decimal): -7824011 or 7708040. OLE color: 7708040.
HSL color Cylindrical-coordinate representation of color #889D75: hue angle of 91.5º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #889D75 is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 136 | 157 | 117 | - |
| CMYK | 0.13 | 0 | 0.25 | 0.38 |
| HSL | 91.5º | 0.17% | 0.54% | - |
| HSV(B) | 91.5º | 0.25% | 0.62% | - |
| XYZ | 25.42 | 30.63 | 21.4 | - |
| YUV | 146.16 | 111.54 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 157 | 117 | 0.13 | 0 | 0.25 | 0.38 | 91.5 | 0.17 | 0.54 |
| Hex | 88 | 9D | 75 | D | 0 | 19 | 26 | 5C | 11 | 36 |
| Octal | 210 | 235 | 165 | 15 | 0 | 31 | 46 | 134 | 21 | 66 |
| Binary | 10001000 | 10011101 | 1110101 | 1101 | 0 | 11001 | 100110 | 1011100 | 10001 | 110110 |
Color Harmonies of #889D75
Complementary color
Monochromatic Colors of #889D75
Black with #889D75
Text Example
Text Example
White with #889D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889D75; }
p { color: rgb(136,157,117); }
H1.HeaderClassName
{
color: #889D75;
}
.AnyTagClassName
{
color: #889D75;
}
</style>
background-color css
<style>
a { background-color: #889D75; }
a { background-color: rgb(136,157,117); }
div.DivClassName
{
background-color: #889D75;
}
.BgClassName
{
background-color: #889D75;
}
</style>
border-color css
<style>
span { border-color: #889D75; }
span { border-color: rgb(136,157,117); }
td.TdClassName
{
border-color: #889D75;
}
.TagClassName
{
border-color: #889D75;
}
</style>