Shades of Amulet #7FA274
Tints of Amulet #7FA274
RGB
CMYK
RGB Variations
Color information
#7FA274 (or 0x7FA274) is known color: Amulet. HEX triplet: 7F, A2 and 74. RGB value is (127,162,116). Sum of RGB (Red+Green+Blue) = 127+162+116=405 (53% of max value = 765). Red value is 127 (50% from 255 or 31.36% from 405); Green value is 162 (63.67% from 255 or 40% from 405); Blue value is 116 (45.70% from 255 or 28.64% from 405); Max value from RGB is 162 - color contains mainly: green. Hex color #7FA274 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA274 is #805D8B. Grayscale: #929292. Windows color (decimal): -8412556 or 7643775. OLE color: 7643775.
HSL color Cylindrical-coordinate representation of color #7FA274: hue angle of 105.65º degrees, saturation: 0.2, 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 #7FA274 is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 127 | 162 | 116 | - |
| CMYK | 0.22 | 0 | 0.28 | 0.36 |
| HSL | 105.65º | 0.2% | 0.55% | - |
| HSV(B) | 105.65º | 0.28% | 0.64% | - |
| XYZ | 24.83 | 31.61 | 21.32 | - |
| YUV | 146.29 | 110.9 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 162 | 116 | 0.22 | 0 | 0.28 | 0.36 | 105.65 | 0.2 | 0.55 |
| Hex | 7F | A2 | 74 | 16 | 0 | 1C | 24 | 6A | 14 | 37 |
| Octal | 177 | 242 | 164 | 26 | 0 | 34 | 44 | 152 | 24 | 67 |
| Binary | 1111111 | 10100010 | 1110100 | 10110 | 0 | 11100 | 100100 | 1101010 | 10100 | 110111 |
Color Harmonies of #7FA274
Complementary color
Monochromatic Colors of #7FA274
Black with #7FA274
Text Example
Text Example
White with #7FA274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA274; }
p { color: rgb(127,162,116); }
H1.HeaderClassName
{
color: #7FA274;
}
.AnyTagClassName
{
color: #7FA274;
}
</style>
background-color css
<style>
a { background-color: #7FA274; }
a { background-color: rgb(127,162,116); }
div.DivClassName
{
background-color: #7FA274;
}
.BgClassName
{
background-color: #7FA274;
}
</style>
border-color css
<style>
span { border-color: #7FA274; }
span { border-color: rgb(127,162,116); }
td.TdClassName
{
border-color: #7FA274;
}
.TagClassName
{
border-color: #7FA274;
}
</style>