Shades of Amulet #88AD79
Tints of Amulet #88AD79
RGB
CMYK
RGB Variations
Color information
#88AD79 (or 0x88AD79) is known color: Amulet. HEX triplet: 88, AD and 79. RGB value is (136,173,121). Sum of RGB (Red+Green+Blue) = 136+173+121=430 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.63% from 430); Green value is 173 (67.97% from 255 or 40.23% from 430); Blue value is 121 (47.66% from 255 or 28.14% from 430); Max value from RGB is 173 - color contains mainly: green. Hex color #88AD79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88AD79 is #775286. Grayscale: #9C9C9C. Windows color (decimal): -7819911 or 7974280. OLE color: 7974280.
HSL color Cylindrical-coordinate representation of color #88AD79: hue angle of 102.69º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #88AD79 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 136 | 173 | 121 | - |
| CMYK | 0.21 | 0 | 0.30 | 0.32 |
| HSL | 102.69º | 0.24% | 0.58% | - |
| HSV(B) | 102.69º | 0.3% | 0.68% | - |
| XYZ | 28.55 | 36.5 | 23.63 | - |
| YUV | 156.01 | 108.24 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 173 | 121 | 0.21 | 0 | 0.30 | 0.32 | 102.69 | 0.24 | 0.58 |
| Hex | 88 | AD | 79 | 15 | 0 | 1E | 20 | 67 | 18 | 3A |
| Octal | 210 | 255 | 171 | 25 | 0 | 36 | 40 | 147 | 30 | 72 |
| Binary | 10001000 | 10101101 | 1111001 | 10101 | 0 | 11110 | 100000 | 1100111 | 11000 | 111010 |
Color Harmonies of #88AD79
Complementary color
Monochromatic Colors of #88AD79
Black with #88AD79
Text Example
Text Example
White with #88AD79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88AD79; }
p { color: rgb(136,173,121); }
H1.HeaderClassName
{
color: #88AD79;
}
.AnyTagClassName
{
color: #88AD79;
}
</style>
background-color css
<style>
a { background-color: #88AD79; }
a { background-color: rgb(136,173,121); }
div.DivClassName
{
background-color: #88AD79;
}
.BgClassName
{
background-color: #88AD79;
}
</style>
border-color css
<style>
span { border-color: #88AD79; }
span { border-color: rgb(136,173,121); }
td.TdClassName
{
border-color: #88AD79;
}
.TagClassName
{
border-color: #88AD79;
}
</style>