Shades of Amulet #7FA275
Tints of Amulet #7FA275
RGB
CMYK
RGB Variations
Color information
#7FA275 (or 0x7FA275) is known color: Amulet. HEX triplet: 7F, A2 and 75. RGB value is (127,162,117). Sum of RGB (Red+Green+Blue) = 127+162+117=406 (53% of max value = 765). Red value is 127 (50% from 255 or 31.28% from 406); Green value is 162 (63.67% from 255 or 39.90% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 162 - color contains mainly: green. Hex color #7FA275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA275 is #805D8A. Grayscale: #929292. Windows color (decimal): -8412555 or 7709311. OLE color: 7709311.
HSL color Cylindrical-coordinate representation of color #7FA275: hue angle of 106.67º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7FA275 is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 127 | 162 | 117 | - |
| CMYK | 0.22 | 0 | 0.28 | 0.36 |
| HSL | 106.67º | 0.19% | 0.55% | - |
| HSV(B) | 106.67º | 0.28% | 0.64% | - |
| XYZ | 24.88 | 31.64 | 21.62 | - |
| YUV | 146.41 | 111.4 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 162 | 117 | 0.22 | 0 | 0.28 | 0.36 | 106.67 | 0.19 | 0.55 |
| Hex | 7F | A2 | 75 | 16 | 0 | 1C | 24 | 6B | 13 | 37 |
| Octal | 177 | 242 | 165 | 26 | 0 | 34 | 44 | 153 | 23 | 67 |
| Binary | 1111111 | 10100010 | 1110101 | 10110 | 0 | 11100 | 100100 | 1101011 | 10011 | 110111 |
Color Harmonies of #7FA275
Complementary color
Monochromatic Colors of #7FA275
Black with #7FA275
Text Example
Text Example
White with #7FA275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA275; }
p { color: rgb(127,162,117); }
H1.HeaderClassName
{
color: #7FA275;
}
.AnyTagClassName
{
color: #7FA275;
}
</style>
background-color css
<style>
a { background-color: #7FA275; }
a { background-color: rgb(127,162,117); }
div.DivClassName
{
background-color: #7FA275;
}
.BgClassName
{
background-color: #7FA275;
}
</style>
border-color css
<style>
span { border-color: #7FA275; }
span { border-color: rgb(127,162,117); }
td.TdClassName
{
border-color: #7FA275;
}
.TagClassName
{
border-color: #7FA275;
}
</style>