Shades of Amulet #7FAA7D
Tints of Amulet #7FAA7D
RGB
CMYK
RGB Variations
Color information
#7FAA7D (or 0x7FAA7D) is known color: Amulet. HEX triplet: 7F, AA and 7D. RGB value is (127,170,125). Sum of RGB (Red+Green+Blue) = 127+170+125=422 (55% of max value = 765). Red value is 127 (50% from 255 or 30.09% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 170 - color contains mainly: green. Hex color #7FAA7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAA7D is #805582. Grayscale: #989898. Windows color (decimal): -8410499 or 8235647. OLE color: 8235647.
HSL color Cylindrical-coordinate representation of color #7FAA7D: hue angle of 117.33º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7FAA7D is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 170 | 125 | - |
| CMYK | 0.25 | 0 | 0.26 | 0.33 |
| HSL | 117.33º | 0.21% | 0.58% | - |
| HSV(B) | 117.33º | 0.26% | 0.67% | - |
| XYZ | 26.83 | 34.74 | 24.69 | - |
| YUV | 152.01 | 112.75 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 170 | 125 | 0.25 | 0 | 0.26 | 0.33 | 117.33 | 0.21 | 0.58 |
| Hex | 7F | AA | 7D | 19 | 0 | 1A | 21 | 75 | 15 | 3A |
| Octal | 177 | 252 | 175 | 31 | 0 | 32 | 41 | 165 | 25 | 72 |
| Binary | 1111111 | 10101010 | 1111101 | 11001 | 0 | 11010 | 100001 | 1110101 | 10101 | 111010 |
Color Harmonies of #7FAA7D
Complementary color
Monochromatic Colors of #7FAA7D
Black with #7FAA7D
Text Example
Text Example
White with #7FAA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAA7D; }
p { color: rgb(127,170,125); }
H1.HeaderClassName
{
color: #7FAA7D;
}
.AnyTagClassName
{
color: #7FAA7D;
}
</style>
background-color css
<style>
a { background-color: #7FAA7D; }
a { background-color: rgb(127,170,125); }
div.DivClassName
{
background-color: #7FAA7D;
}
.BgClassName
{
background-color: #7FAA7D;
}
</style>
border-color css
<style>
span { border-color: #7FAA7D; }
span { border-color: rgb(127,170,125); }
td.TdClassName
{
border-color: #7FAA7D;
}
.TagClassName
{
border-color: #7FAA7D;
}
</style>