Shades of Amulet #88AF7C
Tints of Amulet #88AF7C
RGB
CMYK
RGB Variations
Color information
#88AF7C (or 0x88AF7C) is known color: Amulet. HEX triplet: 88, AF and 7C. RGB value is (136,175,124). Sum of RGB (Red+Green+Blue) = 136+175+124=435 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.26% from 435); Green value is 175 (68.75% from 255 or 40.23% from 435); Blue value is 124 (48.83% from 255 or 28.51% from 435); Max value from RGB is 175 - color contains mainly: green. Hex color #88AF7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88AF7C is #775083. Grayscale: #9D9D9D. Windows color (decimal): -7819396 or 8171400. OLE color: 8171400.
HSL color Cylindrical-coordinate representation of color #88AF7C: hue angle of 105.88º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #88AF7C is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 136 | 175 | 124 | - |
| CMYK | 0.22 | 0 | 0.29 | 0.31 |
| HSL | 105.88º | 0.24% | 0.59% | - |
| HSV(B) | 105.88º | 0.29% | 0.69% | - |
| XYZ | 29.12 | 37.35 | 24.74 | - |
| YUV | 157.53 | 109.08 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 175 | 124 | 0.22 | 0 | 0.29 | 0.31 | 105.88 | 0.24 | 0.59 |
| Hex | 88 | AF | 7C | 16 | 0 | 1D | 1F | 6A | 18 | 3B |
| Octal | 210 | 257 | 174 | 26 | 0 | 35 | 37 | 152 | 30 | 73 |
| Binary | 10001000 | 10101111 | 1111100 | 10110 | 0 | 11101 | 11111 | 1101010 | 11000 | 111011 |
Color Harmonies of #88AF7C
Complementary color
Monochromatic Colors of #88AF7C
Black with #88AF7C
Text Example
Text Example
White with #88AF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88AF7C; }
p { color: rgb(136,175,124); }
H1.HeaderClassName
{
color: #88AF7C;
}
.AnyTagClassName
{
color: #88AF7C;
}
</style>
background-color css
<style>
a { background-color: #88AF7C; }
a { background-color: rgb(136,175,124); }
div.DivClassName
{
background-color: #88AF7C;
}
.BgClassName
{
background-color: #88AF7C;
}
</style>
border-color css
<style>
span { border-color: #88AF7C; }
span { border-color: rgb(136,175,124); }
td.TdClassName
{
border-color: #88AF7C;
}
.TagClassName
{
border-color: #88AF7C;
}
</style>