Shades of Amulet #7FA975
Tints of Amulet #7FA975
RGB
CMYK
RGB Variations
Color information
#7FA975 (or 0x7FA975) is known color: Amulet. HEX triplet: 7F, A9 and 75. RGB value is (127,169,117). Sum of RGB (Red+Green+Blue) = 127+169+117=413 (54% of max value = 765). Red value is 127 (50% from 255 or 30.75% from 413); Green value is 169 (66.41% from 255 or 40.92% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 169 - color contains mainly: green. Hex color #7FA975 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA975 is #80568A. Grayscale: #969696. Windows color (decimal): -8410763 or 7711103. OLE color: 7711103.
HSL color Cylindrical-coordinate representation of color #7FA975: hue angle of 108.46º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7FA975 is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 127 | 169 | 117 | - |
| CMYK | 0.25 | 0 | 0.31 | 0.34 |
| HSL | 108.46º | 0.23% | 0.56% | - |
| HSV(B) | 108.46º | 0.31% | 0.66% | - |
| XYZ | 26.15 | 34.17 | 22.05 | - |
| YUV | 150.51 | 109.09 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 169 | 117 | 0.25 | 0 | 0.31 | 0.34 | 108.46 | 0.23 | 0.56 |
| Hex | 7F | A9 | 75 | 19 | 0 | 1F | 22 | 6C | 17 | 38 |
| Octal | 177 | 251 | 165 | 31 | 0 | 37 | 42 | 154 | 27 | 70 |
| Binary | 1111111 | 10101001 | 1110101 | 11001 | 0 | 11111 | 100010 | 1101100 | 10111 | 111000 |
Color Harmonies of #7FA975
Complementary color
Monochromatic Colors of #7FA975
Black with #7FA975
Text Example
Text Example
White with #7FA975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA975; }
p { color: rgb(127,169,117); }
H1.HeaderClassName
{
color: #7FA975;
}
.AnyTagClassName
{
color: #7FA975;
}
</style>
background-color css
<style>
a { background-color: #7FA975; }
a { background-color: rgb(127,169,117); }
div.DivClassName
{
background-color: #7FA975;
}
.BgClassName
{
background-color: #7FA975;
}
</style>
border-color css
<style>
span { border-color: #7FA975; }
span { border-color: rgb(127,169,117); }
td.TdClassName
{
border-color: #7FA975;
}
.TagClassName
{
border-color: #7FA975;
}
</style>