Shades of Amulet #88AD75
Tints of Amulet #88AD75
RGB
CMYK
RGB Variations
Color information
#88AD75 (or 0x88AD75) is known color: Amulet. HEX triplet: 88, AD and 75. RGB value is (136,173,117). Sum of RGB (Red+Green+Blue) = 136+173+117=426 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.92% from 426); Green value is 173 (67.97% from 255 or 40.61% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 173 - color contains mainly: green. Hex color #88AD75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88AD75 is #77528A. Grayscale: #9B9B9B. Windows color (decimal): -7819915 or 7712136. OLE color: 7712136.
HSL color Cylindrical-coordinate representation of color #88AD75: hue angle of 99.64º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #88AD75 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 136 | 173 | 117 | - |
| CMYK | 0.21 | 0 | 0.32 | 0.32 |
| HSL | 99.64º | 0.25% | 0.57% | - |
| HSV(B) | 99.64º | 0.32% | 0.68% | - |
| XYZ | 28.31 | 36.41 | 22.36 | - |
| YUV | 155.55 | 106.24 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 173 | 117 | 0.21 | 0 | 0.32 | 0.32 | 99.64 | 0.25 | 0.57 |
| Hex | 88 | AD | 75 | 15 | 0 | 20 | 20 | 64 | 19 | 39 |
| Octal | 210 | 255 | 165 | 25 | 0 | 40 | 40 | 144 | 31 | 71 |
| Binary | 10001000 | 10101101 | 1110101 | 10101 | 0 | 100000 | 100000 | 1100100 | 11001 | 111001 |
Color Harmonies of #88AD75
Complementary color
Monochromatic Colors of #88AD75
Black with #88AD75
Text Example
Text Example
White with #88AD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88AD75; }
p { color: rgb(136,173,117); }
H1.HeaderClassName
{
color: #88AD75;
}
.AnyTagClassName
{
color: #88AD75;
}
</style>
background-color css
<style>
a { background-color: #88AD75; }
a { background-color: rgb(136,173,117); }
div.DivClassName
{
background-color: #88AD75;
}
.BgClassName
{
background-color: #88AD75;
}
</style>
border-color css
<style>
span { border-color: #88AD75; }
span { border-color: rgb(136,173,117); }
td.TdClassName
{
border-color: #88AD75;
}
.TagClassName
{
border-color: #88AD75;
}
</style>