Shades of Amulet #88AD7D
Tints of Amulet #88AD7D
RGB
CMYK
RGB Variations
Color information
#88AD7D (or 0x88AD7D) is known color: Amulet. HEX triplet: 88, AD and 7D. RGB value is (136,173,125). Sum of RGB (Red+Green+Blue) = 136+173+125=434 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.34% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 173 - color contains mainly: green. Hex color #88AD7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88AD7D is #775282. Grayscale: #9C9C9C. Windows color (decimal): -7819907 or 8236424. OLE color: 8236424.
HSL color Cylindrical-coordinate representation of color #88AD7D: hue angle of 106.25º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #88AD7D is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 136 | 173 | 125 | - |
| CMYK | 0.21 | 0 | 0.28 | 0.32 |
| HSL | 106.25º | 0.23% | 0.58% | - |
| HSV(B) | 106.25º | 0.28% | 0.68% | - |
| XYZ | 28.8 | 36.6 | 24.95 | - |
| YUV | 156.47 | 110.24 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 173 | 125 | 0.21 | 0 | 0.28 | 0.32 | 106.25 | 0.23 | 0.58 |
| Hex | 88 | AD | 7D | 15 | 0 | 1C | 20 | 6A | 17 | 3A |
| Octal | 210 | 255 | 175 | 25 | 0 | 34 | 40 | 152 | 27 | 72 |
| Binary | 10001000 | 10101101 | 1111101 | 10101 | 0 | 11100 | 100000 | 1101010 | 10111 | 111010 |
Color Harmonies of #88AD7D
Complementary color
Monochromatic Colors of #88AD7D
Black with #88AD7D
Text Example
Text Example
White with #88AD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88AD7D; }
p { color: rgb(136,173,125); }
H1.HeaderClassName
{
color: #88AD7D;
}
.AnyTagClassName
{
color: #88AD7D;
}
</style>
background-color css
<style>
a { background-color: #88AD7D; }
a { background-color: rgb(136,173,125); }
div.DivClassName
{
background-color: #88AD7D;
}
.BgClassName
{
background-color: #88AD7D;
}
</style>
border-color css
<style>
span { border-color: #88AD7D; }
span { border-color: rgb(136,173,125); }
td.TdClassName
{
border-color: #88AD7D;
}
.TagClassName
{
border-color: #88AD7D;
}
</style>