Shades of Amulet #7FAA73
Tints of Amulet #7FAA73
RGB
CMYK
RGB Variations
Color information
#7FAA73 (or 0x7FAA73) is known color: Amulet. HEX triplet: 7F, AA and 73. RGB value is (127,170,115). Sum of RGB (Red+Green+Blue) = 127+170+115=412 (54% of max value = 765). Red value is 127 (50% from 255 or 30.83% from 412); Green value is 170 (66.80% from 255 or 41.26% from 412); Blue value is 115 (45.31% from 255 or 27.91% from 412); Max value from RGB is 170 - color contains mainly: green. Hex color #7FAA73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAA73 is #80558C. Grayscale: #979797. Windows color (decimal): -8410509 or 7580287. OLE color: 7580287.
HSL color Cylindrical-coordinate representation of color #7FAA73: hue angle of 106.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 #7FAA73 is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 170 | 115 | - |
| CMYK | 0.25 | 0 | 0.32 | 0.33 |
| HSL | 106.91º | 0.24% | 0.56% | - |
| HSV(B) | 106.91º | 0.32% | 0.67% | - |
| XYZ | 26.22 | 34.5 | 21.5 | - |
| YUV | 150.87 | 107.75 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 170 | 115 | 0.25 | 0 | 0.32 | 0.33 | 106.91 | 0.24 | 0.56 |
| Hex | 7F | AA | 73 | 19 | 0 | 20 | 21 | 6B | 18 | 38 |
| Octal | 177 | 252 | 163 | 31 | 0 | 40 | 41 | 153 | 30 | 70 |
| Binary | 1111111 | 10101010 | 1110011 | 11001 | 0 | 100000 | 100001 | 1101011 | 11000 | 111000 |
Color Harmonies of #7FAA73
Complementary color
Monochromatic Colors of #7FAA73
Black with #7FAA73
Text Example
Text Example
White with #7FAA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAA73; }
p { color: rgb(127,170,115); }
H1.HeaderClassName
{
color: #7FAA73;
}
.AnyTagClassName
{
color: #7FAA73;
}
</style>
background-color css
<style>
a { background-color: #7FAA73; }
a { background-color: rgb(127,170,115); }
div.DivClassName
{
background-color: #7FAA73;
}
.BgClassName
{
background-color: #7FAA73;
}
</style>
border-color css
<style>
span { border-color: #7FAA73; }
span { border-color: rgb(127,170,115); }
td.TdClassName
{
border-color: #7FAA73;
}
.TagClassName
{
border-color: #7FAA73;
}
</style>