Shades of Amulet #88AF7B
Tints of Amulet #88AF7B
RGB
CMYK
RGB Variations
Color information
#88AF7B (or 0x88AF7B) is known color: Amulet. HEX triplet: 88, AF and 7B. RGB value is (136,175,123). Sum of RGB (Red+Green+Blue) = 136+175+123=434 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.34% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 123 (48.44% from 255 or 28.34% from 434); Max value from RGB is 175 - color contains mainly: green. Hex color #88AF7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88AF7B is #775084. Grayscale: #9D9D9D. Windows color (decimal): -7819397 or 8105864. OLE color: 8105864.
HSL color Cylindrical-coordinate representation of color #88AF7B: hue angle of 105º 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 #88AF7B is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 136 | 175 | 123 | - |
| CMYK | 0.22 | 0 | 0.30 | 0.31 |
| HSL | 105º | 0.25% | 0.58% | - |
| HSV(B) | 105º | 0.3% | 0.69% | - |
| XYZ | 29.06 | 37.32 | 24.41 | - |
| YUV | 157.41 | 108.58 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 175 | 123 | 0.22 | 0 | 0.30 | 0.31 | 105 | 0.25 | 0.58 |
| Hex | 88 | AF | 7B | 16 | 0 | 1E | 1F | 69 | 19 | 3A |
| Octal | 210 | 257 | 173 | 26 | 0 | 36 | 37 | 151 | 31 | 72 |
| Binary | 10001000 | 10101111 | 1111011 | 10110 | 0 | 11110 | 11111 | 1101001 | 11001 | 111010 |
Color Harmonies of #88AF7B
Complementary color
Monochromatic Colors of #88AF7B
Black with #88AF7B
Text Example
Text Example
White with #88AF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88AF7B; }
p { color: rgb(136,175,123); }
H1.HeaderClassName
{
color: #88AF7B;
}
.AnyTagClassName
{
color: #88AF7B;
}
</style>
background-color css
<style>
a { background-color: #88AF7B; }
a { background-color: rgb(136,175,123); }
div.DivClassName
{
background-color: #88AF7B;
}
.BgClassName
{
background-color: #88AF7B;
}
</style>
border-color css
<style>
span { border-color: #88AF7B; }
span { border-color: rgb(136,175,123); }
td.TdClassName
{
border-color: #88AF7B;
}
.TagClassName
{
border-color: #88AF7B;
}
</style>