Shades of Amulet #7FA26E
Tints of Amulet #7FA26E
RGB
CMYK
RGB Variations
Color information
#7FA26E (or 0x7FA26E) is known color: Amulet. HEX triplet: 7F, A2 and 6E. RGB value is (127,162,110). Sum of RGB (Red+Green+Blue) = 127+162+110=399 (52% of max value = 765). Red value is 127 (50% from 255 or 31.83% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 110 (43.36% from 255 or 27.57% from 399); Max value from RGB is 162 - color contains mainly: green. Hex color #7FA26E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA26E is #805D91. Grayscale: #919191. Windows color (decimal): -8412562 or 7250559. OLE color: 7250559.
HSL color Cylindrical-coordinate representation of color #7FA26E: hue angle of 100.38º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7FA26E is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 127 | 162 | 110 | - |
| CMYK | 0.22 | 0 | 0.32 | 0.36 |
| HSL | 100.38º | 0.22% | 0.53% | - |
| HSV(B) | 100.38º | 0.32% | 0.64% | - |
| XYZ | 24.49 | 31.48 | 19.54 | - |
| YUV | 145.61 | 107.9 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 162 | 110 | 0.22 | 0 | 0.32 | 0.36 | 100.38 | 0.22 | 0.53 |
| Hex | 7F | A2 | 6E | 16 | 0 | 20 | 24 | 64 | 16 | 35 |
| Octal | 177 | 242 | 156 | 26 | 0 | 40 | 44 | 144 | 26 | 65 |
| Binary | 1111111 | 10100010 | 1101110 | 10110 | 0 | 100000 | 100100 | 1100100 | 10110 | 110101 |
Color Harmonies of #7FA26E
Complementary color
Monochromatic Colors of #7FA26E
Black with #7FA26E
Text Example
Text Example
White with #7FA26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA26E; }
p { color: rgb(127,162,110); }
H1.HeaderClassName
{
color: #7FA26E;
}
.AnyTagClassName
{
color: #7FA26E;
}
</style>
background-color css
<style>
a { background-color: #7FA26E; }
a { background-color: rgb(127,162,110); }
div.DivClassName
{
background-color: #7FA26E;
}
.BgClassName
{
background-color: #7FA26E;
}
</style>
border-color css
<style>
span { border-color: #7FA26E; }
span { border-color: rgb(127,162,110); }
td.TdClassName
{
border-color: #7FA26E;
}
.TagClassName
{
border-color: #7FA26E;
}
</style>