Shades of Amulet #7FAA76
Tints of Amulet #7FAA76
RGB
CMYK
RGB Variations
Color information
#7FAA76 (or 0x7FAA76) is known color: Amulet. HEX triplet: 7F, AA and 76. RGB value is (127,170,118). Sum of RGB (Red+Green+Blue) = 127+170+118=415 (54% of max value = 765). Red value is 127 (50% from 255 or 30.60% from 415); Green value is 170 (66.80% from 255 or 40.96% from 415); Blue value is 118 (46.48% from 255 or 28.43% from 415); Max value from RGB is 170 - color contains mainly: green. Hex color #7FAA76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAA76 is #805589. Grayscale: #979797. Windows color (decimal): -8410506 or 7776895. OLE color: 7776895.
HSL color Cylindrical-coordinate representation of color #7FAA76: hue angle of 109.62º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7FAA76 is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 170 | 118 | - |
| CMYK | 0.25 | 0 | 0.31 | 0.33 |
| HSL | 109.62º | 0.23% | 0.56% | - |
| HSV(B) | 109.62º | 0.31% | 0.67% | - |
| XYZ | 26.4 | 34.57 | 22.42 | - |
| YUV | 151.22 | 109.25 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 170 | 118 | 0.25 | 0 | 0.31 | 0.33 | 109.62 | 0.23 | 0.56 |
| Hex | 7F | AA | 76 | 19 | 0 | 1F | 21 | 6E | 17 | 38 |
| Octal | 177 | 252 | 166 | 31 | 0 | 37 | 41 | 156 | 27 | 70 |
| Binary | 1111111 | 10101010 | 1110110 | 11001 | 0 | 11111 | 100001 | 1101110 | 10111 | 111000 |
Color Harmonies of #7FAA76
Complementary color
Monochromatic Colors of #7FAA76
Black with #7FAA76
Text Example
Text Example
White with #7FAA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAA76; }
p { color: rgb(127,170,118); }
H1.HeaderClassName
{
color: #7FAA76;
}
.AnyTagClassName
{
color: #7FAA76;
}
</style>
background-color css
<style>
a { background-color: #7FAA76; }
a { background-color: rgb(127,170,118); }
div.DivClassName
{
background-color: #7FAA76;
}
.BgClassName
{
background-color: #7FAA76;
}
</style>
border-color css
<style>
span { border-color: #7FAA76; }
span { border-color: rgb(127,170,118); }
td.TdClassName
{
border-color: #7FAA76;
}
.TagClassName
{
border-color: #7FAA76;
}
</style>