Shades of Amulet #88A975
Tints of Amulet #88A975
RGB
CMYK
RGB Variations
Color information
#88A975 (or 0x88A975) is known color: Amulet. HEX triplet: 88, A9 and 75. RGB value is (136,169,117). Sum of RGB (Red+Green+Blue) = 136+169+117=422 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.23% from 422); Green value is 169 (66.41% from 255 or 40.05% from 422); Blue value is 117 (46.09% from 255 or 27.73% from 422); Max value from RGB is 169 - color contains mainly: green. Hex color #88A975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88A975 is #77568A. Grayscale: #999999. Windows color (decimal): -7820939 or 7711112. OLE color: 7711112.
HSL color Cylindrical-coordinate representation of color #88A975: hue angle of 98.08º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #88A975 is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 136 | 169 | 117 | - |
| CMYK | 0.20 | 0 | 0.31 | 0.34 |
| HSL | 98.08º | 0.23% | 0.56% | - |
| HSV(B) | 98.08º | 0.31% | 0.66% | - |
| XYZ | 27.55 | 34.89 | 22.11 | - |
| YUV | 153.21 | 107.57 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 169 | 117 | 0.20 | 0 | 0.31 | 0.34 | 98.08 | 0.23 | 0.56 |
| Hex | 88 | A9 | 75 | 14 | 0 | 1F | 22 | 62 | 17 | 38 |
| Octal | 210 | 251 | 165 | 24 | 0 | 37 | 42 | 142 | 27 | 70 |
| Binary | 10001000 | 10101001 | 1110101 | 10100 | 0 | 11111 | 100010 | 1100010 | 10111 | 111000 |
Color Harmonies of #88A975
Complementary color
Monochromatic Colors of #88A975
Black with #88A975
Text Example
Text Example
White with #88A975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A975; }
p { color: rgb(136,169,117); }
H1.HeaderClassName
{
color: #88A975;
}
.AnyTagClassName
{
color: #88A975;
}
</style>
background-color css
<style>
a { background-color: #88A975; }
a { background-color: rgb(136,169,117); }
div.DivClassName
{
background-color: #88A975;
}
.BgClassName
{
background-color: #88A975;
}
</style>
border-color css
<style>
span { border-color: #88A975; }
span { border-color: rgb(136,169,117); }
td.TdClassName
{
border-color: #88A975;
}
.TagClassName
{
border-color: #88A975;
}
</style>