Shades of Amulet #88AF7A
Tints of Amulet #88AF7A
RGB
CMYK
RGB Variations
Color information
#88AF7A (or 0x88AF7A) is known color: Amulet. HEX triplet: 88, AF and 7A. RGB value is (136,175,122). Sum of RGB (Red+Green+Blue) = 136+175+122=433 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.41% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 175 - color contains mainly: green. Hex color #88AF7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88AF7A is #775085. Grayscale: #9D9D9D. Windows color (decimal): -7819398 or 8040328. OLE color: 8040328.
HSL color Cylindrical-coordinate representation of color #88AF7A: hue angle of 104.15º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #88AF7A is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 136 | 175 | 122 | - |
| CMYK | 0.22 | 0 | 0.30 | 0.31 |
| HSL | 104.15º | 0.25% | 0.58% | - |
| HSV(B) | 104.15º | 0.3% | 0.69% | - |
| XYZ | 29 | 37.3 | 24.08 | - |
| YUV | 157.3 | 108.08 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 175 | 122 | 0.22 | 0 | 0.30 | 0.31 | 104.15 | 0.25 | 0.58 |
| Hex | 88 | AF | 7A | 16 | 0 | 1E | 1F | 68 | 19 | 3A |
| Octal | 210 | 257 | 172 | 26 | 0 | 36 | 37 | 150 | 31 | 72 |
| Binary | 10001000 | 10101111 | 1111010 | 10110 | 0 | 11110 | 11111 | 1101000 | 11001 | 111010 |
Color Harmonies of #88AF7A
Complementary color
Monochromatic Colors of #88AF7A
Black with #88AF7A
Text Example
Text Example
White with #88AF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88AF7A; }
p { color: rgb(136,175,122); }
H1.HeaderClassName
{
color: #88AF7A;
}
.AnyTagClassName
{
color: #88AF7A;
}
</style>
background-color css
<style>
a { background-color: #88AF7A; }
a { background-color: rgb(136,175,122); }
div.DivClassName
{
background-color: #88AF7A;
}
.BgClassName
{
background-color: #88AF7A;
}
</style>
border-color css
<style>
span { border-color: #88AF7A; }
span { border-color: rgb(136,175,122); }
td.TdClassName
{
border-color: #88AF7A;
}
.TagClassName
{
border-color: #88AF7A;
}
</style>