Shades of Amulet #88AD70
Tints of Amulet #88AD70
RGB
CMYK
RGB Variations
Color information
#88AD70 (or 0x88AD70) is known color: Amulet. HEX triplet: 88, AD and 70. RGB value is (136,173,112). Sum of RGB (Red+Green+Blue) = 136+173+112=421 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.30% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 173 - color contains mainly: green. Hex color #88AD70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88AD70 is #77528F. Grayscale: #9B9B9B. Windows color (decimal): -7819920 or 7384456. OLE color: 7384456.
HSL color Cylindrical-coordinate representation of color #88AD70: hue angle of 96.39º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #88AD70 is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 136 | 173 | 112 | - |
| CMYK | 0.21 | 0 | 0.35 | 0.32 |
| HSL | 96.39º | 0.27% | 0.56% | - |
| HSV(B) | 96.39º | 0.35% | 0.68% | - |
| XYZ | 28.02 | 36.29 | 20.86 | - |
| YUV | 154.98 | 103.74 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 173 | 112 | 0.21 | 0 | 0.35 | 0.32 | 96.39 | 0.27 | 0.56 |
| Hex | 88 | AD | 70 | 15 | 0 | 23 | 20 | 60 | 1B | 38 |
| Octal | 210 | 255 | 160 | 25 | 0 | 43 | 40 | 140 | 33 | 70 |
| Binary | 10001000 | 10101101 | 1110000 | 10101 | 0 | 100011 | 100000 | 1100000 | 11011 | 111000 |
Color Harmonies of #88AD70
Complementary color
Monochromatic Colors of #88AD70
Black with #88AD70
Text Example
Text Example
White with #88AD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88AD70; }
p { color: rgb(136,173,112); }
H1.HeaderClassName
{
color: #88AD70;
}
.AnyTagClassName
{
color: #88AD70;
}
</style>
background-color css
<style>
a { background-color: #88AD70; }
a { background-color: rgb(136,173,112); }
div.DivClassName
{
background-color: #88AD70;
}
.BgClassName
{
background-color: #88AD70;
}
</style>
border-color css
<style>
span { border-color: #88AD70; }
span { border-color: rgb(136,173,112); }
td.TdClassName
{
border-color: #88AD70;
}
.TagClassName
{
border-color: #88AD70;
}
</style>