Shades of Amulet #88AF7D
Tints of Amulet #88AF7D
RGB
CMYK
RGB Variations
Color information
#88AF7D (or 0x88AF7D) is known color: Amulet. HEX triplet: 88, AF and 7D. RGB value is (136,175,125). Sum of RGB (Red+Green+Blue) = 136+175+125=436 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.19% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 125 (49.22% from 255 or 28.67% from 436); Max value from RGB is 175 - color contains mainly: green. Hex color #88AF7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88AF7D is #775082. Grayscale: #9D9D9D. Windows color (decimal): -7819395 or 8236936. OLE color: 8236936.
HSL color Cylindrical-coordinate representation of color #88AF7D: hue angle of 106.8º 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 #88AF7D is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 136 | 175 | 125 | - |
| CMYK | 0.22 | 0 | 0.29 | 0.31 |
| HSL | 106.8º | 0.24% | 0.59% | - |
| HSV(B) | 106.8º | 0.29% | 0.69% | - |
| XYZ | 29.18 | 37.37 | 25.08 | - |
| YUV | 157.64 | 109.58 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 175 | 125 | 0.22 | 0 | 0.29 | 0.31 | 106.8 | 0.24 | 0.59 |
| Hex | 88 | AF | 7D | 16 | 0 | 1D | 1F | 6B | 18 | 3B |
| Octal | 210 | 257 | 175 | 26 | 0 | 35 | 37 | 153 | 30 | 73 |
| Binary | 10001000 | 10101111 | 1111101 | 10110 | 0 | 11101 | 11111 | 1101011 | 11000 | 111011 |
Color Harmonies of #88AF7D
Complementary color
Monochromatic Colors of #88AF7D
Black with #88AF7D
Text Example
Text Example
White with #88AF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88AF7D; }
p { color: rgb(136,175,125); }
H1.HeaderClassName
{
color: #88AF7D;
}
.AnyTagClassName
{
color: #88AF7D;
}
</style>
background-color css
<style>
a { background-color: #88AF7D; }
a { background-color: rgb(136,175,125); }
div.DivClassName
{
background-color: #88AF7D;
}
.BgClassName
{
background-color: #88AF7D;
}
</style>
border-color css
<style>
span { border-color: #88AF7D; }
span { border-color: rgb(136,175,125); }
td.TdClassName
{
border-color: #88AF7D;
}
.TagClassName
{
border-color: #88AF7D;
}
</style>