Shades of Amulet #7FAE70
Tints of Amulet #7FAE70
RGB
CMYK
RGB Variations
Color information
#7FAE70 (or 0x7FAE70) is known color: Amulet. HEX triplet: 7F, AE and 70. RGB value is (127,174,112). Sum of RGB (Red+Green+Blue) = 127+174+112=413 (54% of max value = 765). Red value is 127 (50% from 255 or 30.75% from 413); Green value is 174 (68.36% from 255 or 42.13% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 174 - color contains mainly: green. Hex color #7FAE70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAE70 is #80518F. Grayscale: #999999. Windows color (decimal): -8409488 or 7384703. OLE color: 7384703.
HSL color Cylindrical-coordinate representation of color #7FAE70: hue angle of 105.48º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7FAE70 is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 127 | 174 | 112 | - |
| CMYK | 0.27 | 0 | 0.36 | 0.32 |
| HSL | 105.48º | 0.28% | 0.56% | - |
| HSV(B) | 105.48º | 0.36% | 0.68% | - |
| XYZ | 26.81 | 35.95 | 20.86 | - |
| YUV | 152.88 | 104.93 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 174 | 112 | 0.27 | 0 | 0.36 | 0.32 | 105.48 | 0.28 | 0.56 |
| Hex | 7F | AE | 70 | 1B | 0 | 24 | 20 | 69 | 1C | 38 |
| Octal | 177 | 256 | 160 | 33 | 0 | 44 | 40 | 151 | 34 | 70 |
| Binary | 1111111 | 10101110 | 1110000 | 11011 | 0 | 100100 | 100000 | 1101001 | 11100 | 111000 |
Color Harmonies of #7FAE70
Complementary color
Monochromatic Colors of #7FAE70
Black with #7FAE70
Text Example
Text Example
White with #7FAE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAE70; }
p { color: rgb(127,174,112); }
H1.HeaderClassName
{
color: #7FAE70;
}
.AnyTagClassName
{
color: #7FAE70;
}
</style>
background-color css
<style>
a { background-color: #7FAE70; }
a { background-color: rgb(127,174,112); }
div.DivClassName
{
background-color: #7FAE70;
}
.BgClassName
{
background-color: #7FAE70;
}
</style>
border-color css
<style>
span { border-color: #7FAE70; }
span { border-color: rgb(127,174,112); }
td.TdClassName
{
border-color: #7FAE70;
}
.TagClassName
{
border-color: #7FAE70;
}
</style>