Shades of Amulet #88A770
Tints of Amulet #88A770
RGB
CMYK
RGB Variations
Color information
#88A770 (or 0x88A770) is known color: Amulet. HEX triplet: 88, A7 and 70. RGB value is (136,167,112). Sum of RGB (Red+Green+Blue) = 136+167+112=415 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.77% from 415); Green value is 167 (65.62% from 255 or 40.24% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 167 - color contains mainly: green. Hex color #88A770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88A770 is #77588F. Grayscale: #979797. Windows color (decimal): -7821456 or 7382920. OLE color: 7382920.
HSL color Cylindrical-coordinate representation of color #88A770: hue angle of 93.82º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88A770 is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 136 | 167 | 112 | - |
| CMYK | 0.19 | 0 | 0.33 | 0.35 |
| HSL | 93.82º | 0.24% | 0.55% | - |
| HSV(B) | 93.82º | 0.33% | 0.65% | - |
| XYZ | 26.9 | 34.04 | 20.48 | - |
| YUV | 151.46 | 105.73 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 167 | 112 | 0.19 | 0 | 0.33 | 0.35 | 93.82 | 0.24 | 0.55 |
| Hex | 88 | A7 | 70 | 13 | 0 | 21 | 23 | 5E | 18 | 37 |
| Octal | 210 | 247 | 160 | 23 | 0 | 41 | 43 | 136 | 30 | 67 |
| Binary | 10001000 | 10100111 | 1110000 | 10011 | 0 | 100001 | 100011 | 1011110 | 11000 | 110111 |
Color Harmonies of #88A770
Complementary color
Monochromatic Colors of #88A770
Black with #88A770
Text Example
Text Example
White with #88A770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A770; }
p { color: rgb(136,167,112); }
H1.HeaderClassName
{
color: #88A770;
}
.AnyTagClassName
{
color: #88A770;
}
</style>
background-color css
<style>
a { background-color: #88A770; }
a { background-color: rgb(136,167,112); }
div.DivClassName
{
background-color: #88A770;
}
.BgClassName
{
background-color: #88A770;
}
</style>
border-color css
<style>
span { border-color: #88A770; }
span { border-color: rgb(136,167,112); }
td.TdClassName
{
border-color: #88A770;
}
.TagClassName
{
border-color: #88A770;
}
</style>