Shades of Amulet #88AF73
Tints of Amulet #88AF73
RGB
CMYK
RGB Variations
Color information
#88AF73 (or 0x88AF73) is known color: Amulet. HEX triplet: 88, AF and 73. RGB value is (136,175,115). Sum of RGB (Red+Green+Blue) = 136+175+115=426 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.92% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 115 (45.31% from 255 or 27.00% from 426); Max value from RGB is 175 - color contains mainly: green. Hex color #88AF73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88AF73 is #77508C. Grayscale: #9C9C9C. Windows color (decimal): -7819405 or 7581576. OLE color: 7581576.
HSL color Cylindrical-coordinate representation of color #88AF73: hue angle of 99º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88AF73 is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 136 | 175 | 115 | - |
| CMYK | 0.22 | 0 | 0.34 | 0.31 |
| HSL | 99º | 0.27% | 0.57% | - |
| HSV(B) | 99º | 0.34% | 0.69% | - |
| XYZ | 28.58 | 37.13 | 21.88 | - |
| YUV | 156.5 | 104.58 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 175 | 115 | 0.22 | 0 | 0.34 | 0.31 | 99 | 0.27 | 0.57 |
| Hex | 88 | AF | 73 | 16 | 0 | 22 | 1F | 63 | 1B | 39 |
| Octal | 210 | 257 | 163 | 26 | 0 | 42 | 37 | 143 | 33 | 71 |
| Binary | 10001000 | 10101111 | 1110011 | 10110 | 0 | 100010 | 11111 | 1100011 | 11011 | 111001 |
Color Harmonies of #88AF73
Complementary color
Monochromatic Colors of #88AF73
Black with #88AF73
Text Example
Text Example
White with #88AF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88AF73; }
p { color: rgb(136,175,115); }
H1.HeaderClassName
{
color: #88AF73;
}
.AnyTagClassName
{
color: #88AF73;
}
</style>
background-color css
<style>
a { background-color: #88AF73; }
a { background-color: rgb(136,175,115); }
div.DivClassName
{
background-color: #88AF73;
}
.BgClassName
{
background-color: #88AF73;
}
</style>
border-color css
<style>
span { border-color: #88AF73; }
span { border-color: rgb(136,175,115); }
td.TdClassName
{
border-color: #88AF73;
}
.TagClassName
{
border-color: #88AF73;
}
</style>