Shades of Amulet #7FA67C
Tints of Amulet #7FA67C
RGB
CMYK
RGB Variations
Color information
#7FA67C (or 0x7FA67C) is known color: Amulet. HEX triplet: 7F, A6 and 7C. RGB value is (127,166,124). Sum of RGB (Red+Green+Blue) = 127+166+124=417 (55% of max value = 765). Red value is 127 (50% from 255 or 30.46% from 417); Green value is 166 (65.23% from 255 or 39.81% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 166 - color contains mainly: green. Hex color #7FA67C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA67C is #805983. Grayscale: #959595. Windows color (decimal): -8411524 or 8169087. OLE color: 8169087.
HSL color Cylindrical-coordinate representation of color #7FA67C: hue angle of 115.71º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7FA67C is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 127 | 166 | 124 | - |
| CMYK | 0.23 | 0 | 0.25 | 0.35 |
| HSL | 115.71º | 0.19% | 0.57% | - |
| HSV(B) | 115.71º | 0.25% | 0.65% | - |
| XYZ | 26.03 | 33.24 | 24.11 | - |
| YUV | 149.55 | 113.58 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 166 | 124 | 0.23 | 0 | 0.25 | 0.35 | 115.71 | 0.19 | 0.57 |
| Hex | 7F | A6 | 7C | 17 | 0 | 19 | 23 | 74 | 13 | 39 |
| Octal | 177 | 246 | 174 | 27 | 0 | 31 | 43 | 164 | 23 | 71 |
| Binary | 1111111 | 10100110 | 1111100 | 10111 | 0 | 11001 | 100011 | 1110100 | 10011 | 111001 |
Color Harmonies of #7FA67C
Complementary color
Monochromatic Colors of #7FA67C
Black with #7FA67C
Text Example
Text Example
White with #7FA67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA67C; }
p { color: rgb(127,166,124); }
H1.HeaderClassName
{
color: #7FA67C;
}
.AnyTagClassName
{
color: #7FA67C;
}
</style>
background-color css
<style>
a { background-color: #7FA67C; }
a { background-color: rgb(127,166,124); }
div.DivClassName
{
background-color: #7FA67C;
}
.BgClassName
{
background-color: #7FA67C;
}
</style>
border-color css
<style>
span { border-color: #7FA67C; }
span { border-color: rgb(127,166,124); }
td.TdClassName
{
border-color: #7FA67C;
}
.TagClassName
{
border-color: #7FA67C;
}
</style>