Shades of Amulet #7FA76B
Tints of Amulet #7FA76B
RGB
CMYK
RGB Variations
Color information
#7FA76B (or 0x7FA76B) is known color: Amulet. HEX triplet: 7F, A7 and 6B. RGB value is (127,167,107). Sum of RGB (Red+Green+Blue) = 127+167+107=401 (53% of max value = 765). Red value is 127 (50% from 255 or 31.67% from 401); Green value is 167 (65.62% from 255 or 41.65% from 401); Blue value is 107 (42.19% from 255 or 26.68% from 401); Max value from RGB is 167 - color contains mainly: green. Hex color #7FA76B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA76B is #805894. Grayscale: #949494. Windows color (decimal): -8411285 or 7055231. OLE color: 7055231.
HSL color Cylindrical-coordinate representation of color #7FA76B: hue angle of 100º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7FA76B is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 127 | 167 | 107 | - |
| CMYK | 0.24 | 0 | 0.36 | 0.35 |
| HSL | 100º | 0.25% | 0.54% | - |
| HSV(B) | 100º | 0.36% | 0.65% | - |
| XYZ | 25.22 | 33.21 | 18.99 | - |
| YUV | 148.2 | 104.75 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 167 | 107 | 0.24 | 0 | 0.36 | 0.35 | 100 | 0.25 | 0.54 |
| Hex | 7F | A7 | 6B | 18 | 0 | 24 | 23 | 64 | 19 | 36 |
| Octal | 177 | 247 | 153 | 30 | 0 | 44 | 43 | 144 | 31 | 66 |
| Binary | 1111111 | 10100111 | 1101011 | 11000 | 0 | 100100 | 100011 | 1100100 | 11001 | 110110 |
Color Harmonies of #7FA76B
Complementary color
Monochromatic Colors of #7FA76B
Black with #7FA76B
Text Example
Text Example
White with #7FA76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA76B; }
p { color: rgb(127,167,107); }
H1.HeaderClassName
{
color: #7FA76B;
}
.AnyTagClassName
{
color: #7FA76B;
}
</style>
background-color css
<style>
a { background-color: #7FA76B; }
a { background-color: rgb(127,167,107); }
div.DivClassName
{
background-color: #7FA76B;
}
.BgClassName
{
background-color: #7FA76B;
}
</style>
border-color css
<style>
span { border-color: #7FA76B; }
span { border-color: rgb(127,167,107); }
td.TdClassName
{
border-color: #7FA76B;
}
.TagClassName
{
border-color: #7FA76B;
}
</style>