Shades of Amulet #88AA75
Tints of Amulet #88AA75
RGB
CMYK
RGB Variations
Color information
#88AA75 (or 0x88AA75) is known color: Amulet. HEX triplet: 88, AA and 75. RGB value is (136,170,117). Sum of RGB (Red+Green+Blue) = 136+170+117=423 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.15% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 117 (46.09% from 255 or 27.66% from 423); Max value from RGB is 170 - color contains mainly: green. Hex color #88AA75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88AA75 is #77558A. Grayscale: #999999. Windows color (decimal): -7820683 or 7711368. OLE color: 7711368.
HSL color Cylindrical-coordinate representation of color #88AA75: hue angle of 98.49º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #88AA75 is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 170 | 117 | - |
| CMYK | 0.20 | 0 | 0.31 | 0.33 |
| HSL | 98.49º | 0.24% | 0.56% | - |
| HSV(B) | 98.49º | 0.31% | 0.67% | - |
| XYZ | 27.74 | 35.27 | 22.18 | - |
| YUV | 153.79 | 107.24 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 170 | 117 | 0.20 | 0 | 0.31 | 0.33 | 98.49 | 0.24 | 0.56 |
| Hex | 88 | AA | 75 | 14 | 0 | 1F | 21 | 62 | 18 | 38 |
| Octal | 210 | 252 | 165 | 24 | 0 | 37 | 41 | 142 | 30 | 70 |
| Binary | 10001000 | 10101010 | 1110101 | 10100 | 0 | 11111 | 100001 | 1100010 | 11000 | 111000 |
Color Harmonies of #88AA75
Complementary color
Monochromatic Colors of #88AA75
Black with #88AA75
Text Example
Text Example
White with #88AA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88AA75; }
p { color: rgb(136,170,117); }
H1.HeaderClassName
{
color: #88AA75;
}
.AnyTagClassName
{
color: #88AA75;
}
</style>
background-color css
<style>
a { background-color: #88AA75; }
a { background-color: rgb(136,170,117); }
div.DivClassName
{
background-color: #88AA75;
}
.BgClassName
{
background-color: #88AA75;
}
</style>
border-color css
<style>
span { border-color: #88AA75; }
span { border-color: rgb(136,170,117); }
td.TdClassName
{
border-color: #88AA75;
}
.TagClassName
{
border-color: #88AA75;
}
</style>