Shades of Amulet #7FAA7B
Tints of Amulet #7FAA7B
RGB
CMYK
RGB Variations
Color information
#7FAA7B (or 0x7FAA7B) is known color: Amulet. HEX triplet: 7F, AA and 7B. RGB value is (127,170,123). Sum of RGB (Red+Green+Blue) = 127+170+123=420 (55% of max value = 765). Red value is 127 (50% from 255 or 30.24% from 420); Green value is 170 (66.80% from 255 or 40.48% from 420); Blue value is 123 (48.44% from 255 or 29.29% from 420); Max value from RGB is 170 - color contains mainly: green. Hex color #7FAA7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAA7B is #805584. Grayscale: #979797. Windows color (decimal): -8410501 or 8104575. OLE color: 8104575.
HSL color Cylindrical-coordinate representation of color #7FAA7B: hue angle of 114.89º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7FAA7B is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 170 | 123 | - |
| CMYK | 0.25 | 0 | 0.28 | 0.33 |
| HSL | 114.89º | 0.22% | 0.57% | - |
| HSV(B) | 114.89º | 0.28% | 0.67% | - |
| XYZ | 26.7 | 34.69 | 24.03 | - |
| YUV | 151.79 | 111.75 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 170 | 123 | 0.25 | 0 | 0.28 | 0.33 | 114.89 | 0.22 | 0.57 |
| Hex | 7F | AA | 7B | 19 | 0 | 1C | 21 | 73 | 16 | 39 |
| Octal | 177 | 252 | 173 | 31 | 0 | 34 | 41 | 163 | 26 | 71 |
| Binary | 1111111 | 10101010 | 1111011 | 11001 | 0 | 11100 | 100001 | 1110011 | 10110 | 111001 |
Color Harmonies of #7FAA7B
Complementary color
Monochromatic Colors of #7FAA7B
Black with #7FAA7B
Text Example
Text Example
White with #7FAA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAA7B; }
p { color: rgb(127,170,123); }
H1.HeaderClassName
{
color: #7FAA7B;
}
.AnyTagClassName
{
color: #7FAA7B;
}
</style>
background-color css
<style>
a { background-color: #7FAA7B; }
a { background-color: rgb(127,170,123); }
div.DivClassName
{
background-color: #7FAA7B;
}
.BgClassName
{
background-color: #7FAA7B;
}
</style>
border-color css
<style>
span { border-color: #7FAA7B; }
span { border-color: rgb(127,170,123); }
td.TdClassName
{
border-color: #7FAA7B;
}
.TagClassName
{
border-color: #7FAA7B;
}
</style>