Shades of Amulet #7FA272
Tints of Amulet #7FA272
RGB
CMYK
RGB Variations
Color information
#7FA272 (or 0x7FA272) is known color: Amulet. HEX triplet: 7F, A2 and 72. RGB value is (127,162,114). Sum of RGB (Red+Green+Blue) = 127+162+114=403 (53% of max value = 765). Red value is 127 (50% from 255 or 31.51% from 403); Green value is 162 (63.67% from 255 or 40.20% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 162 - color contains mainly: green. Hex color #7FA272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA272 is #805D8D. Grayscale: #929292. Windows color (decimal): -8412558 or 7512703. OLE color: 7512703.
HSL color Cylindrical-coordinate representation of color #7FA272: hue angle of 103.75º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7FA272 is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 127 | 162 | 114 | - |
| CMYK | 0.22 | 0 | 0.30 | 0.36 |
| HSL | 103.75º | 0.21% | 0.54% | - |
| HSV(B) | 103.75º | 0.3% | 0.64% | - |
| XYZ | 24.71 | 31.57 | 20.71 | - |
| YUV | 146.06 | 109.9 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 162 | 114 | 0.22 | 0 | 0.30 | 0.36 | 103.75 | 0.21 | 0.54 |
| Hex | 7F | A2 | 72 | 16 | 0 | 1E | 24 | 68 | 15 | 36 |
| Octal | 177 | 242 | 162 | 26 | 0 | 36 | 44 | 150 | 25 | 66 |
| Binary | 1111111 | 10100010 | 1110010 | 10110 | 0 | 11110 | 100100 | 1101000 | 10101 | 110110 |
Color Harmonies of #7FA272
Complementary color
Monochromatic Colors of #7FA272
Black with #7FA272
Text Example
Text Example
White with #7FA272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA272; }
p { color: rgb(127,162,114); }
H1.HeaderClassName
{
color: #7FA272;
}
.AnyTagClassName
{
color: #7FA272;
}
</style>
background-color css
<style>
a { background-color: #7FA272; }
a { background-color: rgb(127,162,114); }
div.DivClassName
{
background-color: #7FA272;
}
.BgClassName
{
background-color: #7FA272;
}
</style>
border-color css
<style>
span { border-color: #7FA272; }
span { border-color: rgb(127,162,114); }
td.TdClassName
{
border-color: #7FA272;
}
.TagClassName
{
border-color: #7FA272;
}
</style>