Shades of Amulet #88B575
Tints of Amulet #88B575
RGB
CMYK
RGB Variations
Color information
#88B575 (or 0x88B575) is known color: Amulet. HEX triplet: 88, B5 and 75. RGB value is (136,181,117). Sum of RGB (Red+Green+Blue) = 136+181+117=434 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.34% from 434); Green value is 181 (71.09% from 255 or 41.71% from 434); Blue value is 117 (46.09% from 255 or 26.96% from 434); Max value from RGB is 181 - color contains mainly: green. Hex color #88B575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88B575 is #774A8A. Grayscale: #A0A0A0. Windows color (decimal): -7817867 or 7714184. OLE color: 7714184.
HSL color Cylindrical-coordinate representation of color #88B575: hue angle of 102.19º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #88B575 is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 136 | 181 | 117 | - |
| CMYK | 0.25 | 0 | 0.35 | 0.29 |
| HSL | 102.19º | 0.3% | 0.58% | - |
| HSV(B) | 102.19º | 0.35% | 0.71% | - |
| XYZ | 29.89 | 39.57 | 22.89 | - |
| YUV | 160.25 | 103.59 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 181 | 117 | 0.25 | 0 | 0.35 | 0.29 | 102.19 | 0.3 | 0.58 |
| Hex | 88 | B5 | 75 | 19 | 0 | 23 | 1D | 66 | 1E | 3A |
| Octal | 210 | 265 | 165 | 31 | 0 | 43 | 35 | 146 | 36 | 72 |
| Binary | 10001000 | 10110101 | 1110101 | 11001 | 0 | 100011 | 11101 | 1100110 | 11110 | 111010 |
Color Harmonies of #88B575
Complementary color
Monochromatic Colors of #88B575
Black with #88B575
Text Example
Text Example
White with #88B575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B575; }
p { color: rgb(136,181,117); }
H1.HeaderClassName
{
color: #88B575;
}
.AnyTagClassName
{
color: #88B575;
}
</style>
background-color css
<style>
a { background-color: #88B575; }
a { background-color: rgb(136,181,117); }
div.DivClassName
{
background-color: #88B575;
}
.BgClassName
{
background-color: #88B575;
}
</style>
border-color css
<style>
span { border-color: #88B575; }
span { border-color: rgb(136,181,117); }
td.TdClassName
{
border-color: #88B575;
}
.TagClassName
{
border-color: #88B575;
}
</style>