Shades of Amulet #7FA76A
Tints of Amulet #7FA76A
RGB
CMYK
RGB Variations
Color information
#7FA76A (or 0x7FA76A) is known color: Amulet. HEX triplet: 7F, A7 and 6A. RGB value is (127,167,106). Sum of RGB (Red+Green+Blue) = 127+167+106=400 (52% of max value = 765). Red value is 127 (50% from 255 or 31.75% from 400); Green value is 167 (65.62% from 255 or 41.75% from 400); Blue value is 106 (41.80% from 255 or 26.5% from 400); Max value from RGB is 167 - color contains mainly: green. Hex color #7FA76A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA76A is #805895. Grayscale: #949494. Windows color (decimal): -8411286 or 6989695. OLE color: 6989695.
HSL color Cylindrical-coordinate representation of color #7FA76A: hue angle of 99.34º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FA76A is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 127 | 167 | 106 | - |
| CMYK | 0.24 | 0 | 0.37 | 0.35 |
| HSL | 99.34º | 0.26% | 0.54% | - |
| HSV(B) | 99.34º | 0.37% | 0.65% | - |
| XYZ | 25.17 | 33.19 | 18.72 | - |
| YUV | 148.09 | 104.25 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 167 | 106 | 0.24 | 0 | 0.37 | 0.35 | 99.34 | 0.26 | 0.54 |
| Hex | 7F | A7 | 6A | 18 | 0 | 25 | 23 | 63 | 1A | 36 |
| Octal | 177 | 247 | 152 | 30 | 0 | 45 | 43 | 143 | 32 | 66 |
| Binary | 1111111 | 10100111 | 1101010 | 11000 | 0 | 100101 | 100011 | 1100011 | 11010 | 110110 |
Color Harmonies of #7FA76A
Complementary color
Monochromatic Colors of #7FA76A
Black with #7FA76A
Text Example
Text Example
White with #7FA76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA76A; }
p { color: rgb(127,167,106); }
H1.HeaderClassName
{
color: #7FA76A;
}
.AnyTagClassName
{
color: #7FA76A;
}
</style>
background-color css
<style>
a { background-color: #7FA76A; }
a { background-color: rgb(127,167,106); }
div.DivClassName
{
background-color: #7FA76A;
}
.BgClassName
{
background-color: #7FA76A;
}
</style>
border-color css
<style>
span { border-color: #7FA76A; }
span { border-color: rgb(127,167,106); }
td.TdClassName
{
border-color: #7FA76A;
}
.TagClassName
{
border-color: #7FA76A;
}
</style>