Shades of Amulet #7FAE71
Tints of Amulet #7FAE71
RGB
CMYK
RGB Variations
Color information
#7FAE71 (or 0x7FAE71) is known color: Amulet. HEX triplet: 7F, AE and 71. RGB value is (127,174,113). Sum of RGB (Red+Green+Blue) = 127+174+113=414 (54% of max value = 765). Red value is 127 (50% from 255 or 30.68% from 414); Green value is 174 (68.36% from 255 or 42.03% from 414); Blue value is 113 (44.53% from 255 or 27.29% from 414); Max value from RGB is 174 - color contains mainly: green. Hex color #7FAE71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAE71 is #80518E. Grayscale: #999999. Windows color (decimal): -8409487 or 7450239. OLE color: 7450239.
HSL color Cylindrical-coordinate representation of color #7FAE71: hue angle of 106.23º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7FAE71 is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 127 | 174 | 113 | - |
| CMYK | 0.27 | 0 | 0.35 | 0.32 |
| HSL | 106.23º | 0.27% | 0.56% | - |
| HSV(B) | 106.23º | 0.35% | 0.68% | - |
| XYZ | 26.87 | 35.98 | 21.15 | - |
| YUV | 152.99 | 105.43 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 174 | 113 | 0.27 | 0 | 0.35 | 0.32 | 106.23 | 0.27 | 0.56 |
| Hex | 7F | AE | 71 | 1B | 0 | 23 | 20 | 6A | 1B | 38 |
| Octal | 177 | 256 | 161 | 33 | 0 | 43 | 40 | 152 | 33 | 70 |
| Binary | 1111111 | 10101110 | 1110001 | 11011 | 0 | 100011 | 100000 | 1101010 | 11011 | 111000 |
Color Harmonies of #7FAE71
Complementary color
Monochromatic Colors of #7FAE71
Black with #7FAE71
Text Example
Text Example
White with #7FAE71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAE71; }
p { color: rgb(127,174,113); }
H1.HeaderClassName
{
color: #7FAE71;
}
.AnyTagClassName
{
color: #7FAE71;
}
</style>
background-color css
<style>
a { background-color: #7FAE71; }
a { background-color: rgb(127,174,113); }
div.DivClassName
{
background-color: #7FAE71;
}
.BgClassName
{
background-color: #7FAE71;
}
</style>
border-color css
<style>
span { border-color: #7FAE71; }
span { border-color: rgb(127,174,113); }
td.TdClassName
{
border-color: #7FAE71;
}
.TagClassName
{
border-color: #7FAE71;
}
</style>