Shades of Amulet #88AD73
Tints of Amulet #88AD73
RGB
CMYK
RGB Variations
Color information
#88AD73 (or 0x88AD73) is known color: Amulet. HEX triplet: 88, AD and 73. RGB value is (136,173,115). Sum of RGB (Red+Green+Blue) = 136+173+115=424 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.08% from 424); Green value is 173 (67.97% from 255 or 40.80% from 424); Blue value is 115 (45.31% from 255 or 27.12% from 424); Max value from RGB is 173 - color contains mainly: green. Hex color #88AD73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88AD73 is #77528C. Grayscale: #9B9B9B. Windows color (decimal): -7819917 or 7581064. OLE color: 7581064.
HSL color Cylindrical-coordinate representation of color #88AD73: hue angle of 98.28º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88AD73 is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 136 | 173 | 115 | - |
| CMYK | 0.21 | 0 | 0.34 | 0.32 |
| HSL | 98.28º | 0.26% | 0.56% | - |
| HSV(B) | 98.28º | 0.34% | 0.68% | - |
| XYZ | 28.19 | 36.36 | 21.75 | - |
| YUV | 155.33 | 105.24 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 173 | 115 | 0.21 | 0 | 0.34 | 0.32 | 98.28 | 0.26 | 0.56 |
| Hex | 88 | AD | 73 | 15 | 0 | 22 | 20 | 62 | 1A | 38 |
| Octal | 210 | 255 | 163 | 25 | 0 | 42 | 40 | 142 | 32 | 70 |
| Binary | 10001000 | 10101101 | 1110011 | 10101 | 0 | 100010 | 100000 | 1100010 | 11010 | 111000 |
Color Harmonies of #88AD73
Complementary color
Monochromatic Colors of #88AD73
Black with #88AD73
Text Example
Text Example
White with #88AD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88AD73; }
p { color: rgb(136,173,115); }
H1.HeaderClassName
{
color: #88AD73;
}
.AnyTagClassName
{
color: #88AD73;
}
</style>
background-color css
<style>
a { background-color: #88AD73; }
a { background-color: rgb(136,173,115); }
div.DivClassName
{
background-color: #88AD73;
}
.BgClassName
{
background-color: #88AD73;
}
</style>
border-color css
<style>
span { border-color: #88AD73; }
span { border-color: rgb(136,173,115); }
td.TdClassName
{
border-color: #88AD73;
}
.TagClassName
{
border-color: #88AD73;
}
</style>