Shades of Amulet #7FAA71
Tints of Amulet #7FAA71
RGB
CMYK
RGB Variations
Color information
#7FAA71 (or 0x7FAA71) is known color: Amulet. HEX triplet: 7F, AA and 71. RGB value is (127,170,113). Sum of RGB (Red+Green+Blue) = 127+170+113=410 (54% of max value = 765). Red value is 127 (50% from 255 or 30.98% from 410); Green value is 170 (66.80% from 255 or 41.46% from 410); Blue value is 113 (44.53% from 255 or 27.56% from 410); Max value from RGB is 170 - color contains mainly: green. Hex color #7FAA71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAA71 is #80558E. Grayscale: #969696. Windows color (decimal): -8410511 or 7449215. OLE color: 7449215.
HSL color Cylindrical-coordinate representation of color #7FAA71: hue angle of 105.26º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7FAA71 is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 170 | 113 | - |
| CMYK | 0.25 | 0 | 0.34 | 0.33 |
| HSL | 105.26º | 0.25% | 0.55% | - |
| HSV(B) | 105.26º | 0.34% | 0.67% | - |
| XYZ | 26.11 | 34.45 | 20.9 | - |
| YUV | 150.65 | 106.75 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 170 | 113 | 0.25 | 0 | 0.34 | 0.33 | 105.26 | 0.25 | 0.55 |
| Hex | 7F | AA | 71 | 19 | 0 | 22 | 21 | 69 | 19 | 37 |
| Octal | 177 | 252 | 161 | 31 | 0 | 42 | 41 | 151 | 31 | 67 |
| Binary | 1111111 | 10101010 | 1110001 | 11001 | 0 | 100010 | 100001 | 1101001 | 11001 | 110111 |
Color Harmonies of #7FAA71
Complementary color
Monochromatic Colors of #7FAA71
Black with #7FAA71
Text Example
Text Example
White with #7FAA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAA71; }
p { color: rgb(127,170,113); }
H1.HeaderClassName
{
color: #7FAA71;
}
.AnyTagClassName
{
color: #7FAA71;
}
</style>
background-color css
<style>
a { background-color: #7FAA71; }
a { background-color: rgb(127,170,113); }
div.DivClassName
{
background-color: #7FAA71;
}
.BgClassName
{
background-color: #7FAA71;
}
</style>
border-color css
<style>
span { border-color: #7FAA71; }
span { border-color: rgb(127,170,113); }
td.TdClassName
{
border-color: #7FAA71;
}
.TagClassName
{
border-color: #7FAA71;
}
</style>