Shades of Amulet #88A677
Tints of Amulet #88A677
RGB
CMYK
RGB Variations
Color information
#88A677 (or 0x88A677) is known color: Amulet. HEX triplet: 88, A6 and 77. RGB value is (136,166,119). Sum of RGB (Red+Green+Blue) = 136+166+119=421 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.30% from 421); Green value is 166 (65.23% from 255 or 39.43% from 421); Blue value is 119 (46.88% from 255 or 28.27% from 421); Max value from RGB is 166 - color contains mainly: green. Hex color #88A677 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88A677 is #775988. Grayscale: #979797. Windows color (decimal): -7821705 or 7841416. OLE color: 7841416.
HSL color Cylindrical-coordinate representation of color #88A677: hue angle of 98.3º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #88A677 is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 136 | 166 | 119 | - |
| CMYK | 0.18 | 0 | 0.28 | 0.35 |
| HSL | 98.3º | 0.21% | 0.56% | - |
| HSV(B) | 98.3º | 0.28% | 0.65% | - |
| XYZ | 27.12 | 33.84 | 22.55 | - |
| YUV | 151.67 | 109.56 | 116.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 166 | 119 | 0.18 | 0 | 0.28 | 0.35 | 98.3 | 0.21 | 0.56 |
| Hex | 88 | A6 | 77 | 12 | 0 | 1C | 23 | 62 | 15 | 38 |
| Octal | 210 | 246 | 167 | 22 | 0 | 34 | 43 | 142 | 25 | 70 |
| Binary | 10001000 | 10100110 | 1110111 | 10010 | 0 | 11100 | 100011 | 1100010 | 10101 | 111000 |
Color Harmonies of #88A677
Complementary color
Monochromatic Colors of #88A677
Black with #88A677
Text Example
Text Example
White with #88A677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A677; }
p { color: rgb(136,166,119); }
H1.HeaderClassName
{
color: #88A677;
}
.AnyTagClassName
{
color: #88A677;
}
</style>
background-color css
<style>
a { background-color: #88A677; }
a { background-color: rgb(136,166,119); }
div.DivClassName
{
background-color: #88A677;
}
.BgClassName
{
background-color: #88A677;
}
</style>
border-color css
<style>
span { border-color: #88A677; }
span { border-color: rgb(136,166,119); }
td.TdClassName
{
border-color: #88A677;
}
.TagClassName
{
border-color: #88A677;
}
</style>