Shades of Amulet #88A974
Tints of Amulet #88A974
RGB
CMYK
RGB Variations
Color information
#88A974 (or 0x88A974) is known color: Amulet. HEX triplet: 88, A9 and 74. RGB value is (136,169,116). Sum of RGB (Red+Green+Blue) = 136+169+116=421 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.30% from 421); Green value is 169 (66.41% from 255 or 40.14% from 421); Blue value is 116 (45.70% from 255 or 27.55% from 421); Max value from RGB is 169 - color contains mainly: green. Hex color #88A974 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88A974 is #77568B. Grayscale: #999999. Windows color (decimal): -7820940 or 7645576. OLE color: 7645576.
HSL color Cylindrical-coordinate representation of color #88A974: hue angle of 97.36º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #88A974 is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 136 | 169 | 116 | - |
| CMYK | 0.20 | 0 | 0.31 | 0.34 |
| HSL | 97.36º | 0.24% | 0.56% | - |
| HSV(B) | 97.36º | 0.31% | 0.66% | - |
| XYZ | 27.49 | 34.87 | 21.8 | - |
| YUV | 153.09 | 107.07 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 169 | 116 | 0.20 | 0 | 0.31 | 0.34 | 97.36 | 0.24 | 0.56 |
| Hex | 88 | A9 | 74 | 14 | 0 | 1F | 22 | 61 | 18 | 38 |
| Octal | 210 | 251 | 164 | 24 | 0 | 37 | 42 | 141 | 30 | 70 |
| Binary | 10001000 | 10101001 | 1110100 | 10100 | 0 | 11111 | 100010 | 1100001 | 11000 | 111000 |
Color Harmonies of #88A974
Complementary color
Monochromatic Colors of #88A974
Black with #88A974
Text Example
Text Example
White with #88A974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A974; }
p { color: rgb(136,169,116); }
H1.HeaderClassName
{
color: #88A974;
}
.AnyTagClassName
{
color: #88A974;
}
</style>
background-color css
<style>
a { background-color: #88A974; }
a { background-color: rgb(136,169,116); }
div.DivClassName
{
background-color: #88A974;
}
.BgClassName
{
background-color: #88A974;
}
</style>
border-color css
<style>
span { border-color: #88A974; }
span { border-color: rgb(136,169,116); }
td.TdClassName
{
border-color: #88A974;
}
.TagClassName
{
border-color: #88A974;
}
</style>