Shades of Amulet #7FAA6D
Tints of Amulet #7FAA6D
RGB
CMYK
RGB Variations
Color information
#7FAA6D (or 0x7FAA6D) is known color: Amulet. HEX triplet: 7F, AA and 6D. RGB value is (127,170,109). Sum of RGB (Red+Green+Blue) = 127+170+109=406 (53% of max value = 765). Red value is 127 (50% from 255 or 31.28% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 109 (42.97% from 255 or 26.85% from 406); Max value from RGB is 170 - color contains mainly: green. Hex color #7FAA6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAA6D is #805592. Grayscale: #969696. Windows color (decimal): -8410515 or 7187071. OLE color: 7187071.
HSL color Cylindrical-coordinate representation of color #7FAA6D: hue angle of 102.3º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7FAA6D is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 170 | 109 | - |
| CMYK | 0.25 | 0 | 0.36 | 0.33 |
| HSL | 102.3º | 0.26% | 0.55% | - |
| HSV(B) | 102.3º | 0.36% | 0.67% | - |
| XYZ | 25.89 | 34.37 | 19.74 | - |
| YUV | 150.19 | 104.75 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 170 | 109 | 0.25 | 0 | 0.36 | 0.33 | 102.3 | 0.26 | 0.55 |
| Hex | 7F | AA | 6D | 19 | 0 | 24 | 21 | 66 | 1A | 37 |
| Octal | 177 | 252 | 155 | 31 | 0 | 44 | 41 | 146 | 32 | 67 |
| Binary | 1111111 | 10101010 | 1101101 | 11001 | 0 | 100100 | 100001 | 1100110 | 11010 | 110111 |
Color Harmonies of #7FAA6D
Complementary color
Monochromatic Colors of #7FAA6D
Black with #7FAA6D
Text Example
Text Example
White with #7FAA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAA6D; }
p { color: rgb(127,170,109); }
H1.HeaderClassName
{
color: #7FAA6D;
}
.AnyTagClassName
{
color: #7FAA6D;
}
</style>
background-color css
<style>
a { background-color: #7FAA6D; }
a { background-color: rgb(127,170,109); }
div.DivClassName
{
background-color: #7FAA6D;
}
.BgClassName
{
background-color: #7FAA6D;
}
</style>
border-color css
<style>
span { border-color: #7FAA6D; }
span { border-color: rgb(127,170,109); }
td.TdClassName
{
border-color: #7FAA6D;
}
.TagClassName
{
border-color: #7FAA6D;
}
</style>