Shades of Amulet #8AAA73
Tints of Amulet #8AAA73
RGB
CMYK
RGB Variations
Color information
#8AAA73 (or 0x8AAA73) is known color: Amulet. HEX triplet: 8A, AA and 73. RGB value is (138,170,115). Sum of RGB (Red+Green+Blue) = 138+170+115=423 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.62% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 115 (45.31% from 255 or 27.19% from 423); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAA73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAA73 is #75558C. Grayscale: #9A9A9A. Windows color (decimal): -7689613 or 7580298. OLE color: 7580298.
HSL color Cylindrical-coordinate representation of color #8AAA73: hue angle of 94.91º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8AAA73 is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 170 | 115 | - |
| CMYK | 0.19 | 0 | 0.32 | 0.33 |
| HSL | 94.91º | 0.24% | 0.56% | - |
| HSV(B) | 94.91º | 0.32% | 0.67% | - |
| XYZ | 27.95 | 35.39 | 21.58 | - |
| YUV | 154.16 | 105.9 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 170 | 115 | 0.19 | 0 | 0.32 | 0.33 | 94.91 | 0.24 | 0.56 |
| Hex | 8A | AA | 73 | 13 | 0 | 20 | 21 | 5F | 18 | 38 |
| Octal | 212 | 252 | 163 | 23 | 0 | 40 | 41 | 137 | 30 | 70 |
| Binary | 10001010 | 10101010 | 1110011 | 10011 | 0 | 100000 | 100001 | 1011111 | 11000 | 111000 |
Color Harmonies of #8AAA73
Complementary color
Monochromatic Colors of #8AAA73
Black with #8AAA73
Text Example
Text Example
White with #8AAA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAA73; }
p { color: rgb(138,170,115); }
H1.HeaderClassName
{
color: #8AAA73;
}
.AnyTagClassName
{
color: #8AAA73;
}
</style>
background-color css
<style>
a { background-color: #8AAA73; }
a { background-color: rgb(138,170,115); }
div.DivClassName
{
background-color: #8AAA73;
}
.BgClassName
{
background-color: #8AAA73;
}
</style>
border-color css
<style>
span { border-color: #8AAA73; }
span { border-color: rgb(138,170,115); }
td.TdClassName
{
border-color: #8AAA73;
}
.TagClassName
{
border-color: #8AAA73;
}
</style>