Shades of Amulet #7FA273
Tints of Amulet #7FA273
RGB
CMYK
RGB Variations
Color information
#7FA273 (or 0x7FA273) is known color: Amulet. HEX triplet: 7F, A2 and 73. RGB value is (127,162,115). Sum of RGB (Red+Green+Blue) = 127+162+115=404 (53% of max value = 765). Red value is 127 (50% from 255 or 31.44% from 404); Green value is 162 (63.67% from 255 or 40.10% from 404); Blue value is 115 (45.31% from 255 or 28.47% from 404); Max value from RGB is 162 - color contains mainly: green. Hex color #7FA273 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA273 is #805D8C. Grayscale: #929292. Windows color (decimal): -8412557 or 7578239. OLE color: 7578239.
HSL color Cylindrical-coordinate representation of color #7FA273: hue angle of 104.68º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7FA273 is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 127 | 162 | 115 | - |
| CMYK | 0.22 | 0 | 0.29 | 0.36 |
| HSL | 104.68º | 0.2% | 0.54% | - |
| HSV(B) | 104.68º | 0.29% | 0.64% | - |
| XYZ | 24.77 | 31.59 | 21.01 | - |
| YUV | 146.18 | 110.4 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 162 | 115 | 0.22 | 0 | 0.29 | 0.36 | 104.68 | 0.2 | 0.54 |
| Hex | 7F | A2 | 73 | 16 | 0 | 1D | 24 | 69 | 14 | 36 |
| Octal | 177 | 242 | 163 | 26 | 0 | 35 | 44 | 151 | 24 | 66 |
| Binary | 1111111 | 10100010 | 1110011 | 10110 | 0 | 11101 | 100100 | 1101001 | 10100 | 110110 |
Color Harmonies of #7FA273
Complementary color
Monochromatic Colors of #7FA273
Black with #7FA273
Text Example
Text Example
White with #7FA273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA273; }
p { color: rgb(127,162,115); }
H1.HeaderClassName
{
color: #7FA273;
}
.AnyTagClassName
{
color: #7FA273;
}
</style>
background-color css
<style>
a { background-color: #7FA273; }
a { background-color: rgb(127,162,115); }
div.DivClassName
{
background-color: #7FA273;
}
.BgClassName
{
background-color: #7FA273;
}
</style>
border-color css
<style>
span { border-color: #7FA273; }
span { border-color: rgb(127,162,115); }
td.TdClassName
{
border-color: #7FA273;
}
.TagClassName
{
border-color: #7FA273;
}
</style>