Shades of Amulet #88A77F
Tints of Amulet #88A77F
RGB
CMYK
RGB Variations
Color information
#88A77F (or 0x88A77F) is known color: Amulet. HEX triplet: 88, A7 and 7F. RGB value is (136,167,127). Sum of RGB (Red+Green+Blue) = 136+167+127=430 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.63% from 430); Green value is 167 (65.62% from 255 or 38.84% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 167 - color contains mainly: green. Hex color #88A77F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88A77F is #775880. Grayscale: #999999. Windows color (decimal): -7821441 or 8365960. OLE color: 8365960.
HSL color Cylindrical-coordinate representation of color #88A77F: hue angle of 106.5º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #88A77F is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 136 | 167 | 127 | - |
| CMYK | 0.19 | 0 | 0.24 | 0.35 |
| HSL | 106.5º | 0.19% | 0.58% | - |
| HSV(B) | 106.5º | 0.24% | 0.65% | - |
| XYZ | 27.8 | 34.4 | 25.25 | - |
| YUV | 153.17 | 113.23 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 167 | 127 | 0.19 | 0 | 0.24 | 0.35 | 106.5 | 0.19 | 0.58 |
| Hex | 88 | A7 | 7F | 13 | 0 | 18 | 23 | 6A | 13 | 3A |
| Octal | 210 | 247 | 177 | 23 | 0 | 30 | 43 | 152 | 23 | 72 |
| Binary | 10001000 | 10100111 | 1111111 | 10011 | 0 | 11000 | 100011 | 1101010 | 10011 | 111010 |
Color Harmonies of #88A77F
Complementary color
Monochromatic Colors of #88A77F
Black with #88A77F
Text Example
Text Example
White with #88A77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A77F; }
p { color: rgb(136,167,127); }
H1.HeaderClassName
{
color: #88A77F;
}
.AnyTagClassName
{
color: #88A77F;
}
</style>
background-color css
<style>
a { background-color: #88A77F; }
a { background-color: rgb(136,167,127); }
div.DivClassName
{
background-color: #88A77F;
}
.BgClassName
{
background-color: #88A77F;
}
</style>
border-color css
<style>
span { border-color: #88A77F; }
span { border-color: rgb(136,167,127); }
td.TdClassName
{
border-color: #88A77F;
}
.TagClassName
{
border-color: #88A77F;
}
</style>