Shades of Amulet #88A773
Tints of Amulet #88A773
RGB
CMYK
RGB Variations
Color information
#88A773 (or 0x88A773) is known color: Amulet. HEX triplet: 88, A7 and 73. RGB value is (136,167,115). Sum of RGB (Red+Green+Blue) = 136+167+115=418 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.54% from 418); Green value is 167 (65.62% from 255 or 39.95% from 418); Blue value is 115 (45.31% from 255 or 27.51% from 418); Max value from RGB is 167 - color contains mainly: green. Hex color #88A773 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88A773 is #77588C. Grayscale: #979797. Windows color (decimal): -7821453 or 7579528. OLE color: 7579528.
HSL color Cylindrical-coordinate representation of color #88A773: hue angle of 95.77º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #88A773 is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 136 | 167 | 115 | - |
| CMYK | 0.19 | 0 | 0.31 | 0.35 |
| HSL | 95.77º | 0.23% | 0.55% | - |
| HSV(B) | 95.77º | 0.31% | 0.65% | - |
| XYZ | 27.07 | 34.11 | 21.38 | - |
| YUV | 151.8 | 107.23 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 167 | 115 | 0.19 | 0 | 0.31 | 0.35 | 95.77 | 0.23 | 0.55 |
| Hex | 88 | A7 | 73 | 13 | 0 | 1F | 23 | 60 | 17 | 37 |
| Octal | 210 | 247 | 163 | 23 | 0 | 37 | 43 | 140 | 27 | 67 |
| Binary | 10001000 | 10100111 | 1110011 | 10011 | 0 | 11111 | 100011 | 1100000 | 10111 | 110111 |
Color Harmonies of #88A773
Complementary color
Monochromatic Colors of #88A773
Black with #88A773
Text Example
Text Example
White with #88A773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A773; }
p { color: rgb(136,167,115); }
H1.HeaderClassName
{
color: #88A773;
}
.AnyTagClassName
{
color: #88A773;
}
</style>
background-color css
<style>
a { background-color: #88A773; }
a { background-color: rgb(136,167,115); }
div.DivClassName
{
background-color: #88A773;
}
.BgClassName
{
background-color: #88A773;
}
</style>
border-color css
<style>
span { border-color: #88A773; }
span { border-color: rgb(136,167,115); }
td.TdClassName
{
border-color: #88A773;
}
.TagClassName
{
border-color: #88A773;
}
</style>