Shades of Amulet #7FAC79
Tints of Amulet #7FAC79
RGB
CMYK
RGB Variations
Color information
#7FAC79 (or 0x7FAC79) is known color: Amulet. HEX triplet: 7F, AC and 79. RGB value is (127,172,121). Sum of RGB (Red+Green+Blue) = 127+172+121=420 (55% of max value = 765). Red value is 127 (50% from 255 or 30.24% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 121 (47.66% from 255 or 28.81% from 420); Max value from RGB is 172 - color contains mainly: green. Hex color #7FAC79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAC79 is #805386. Grayscale: #989898. Windows color (decimal): -8409991 or 7974015. OLE color: 7974015.
HSL color Cylindrical-coordinate representation of color #7FAC79: hue angle of 112.94º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7FAC79 is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 172 | 121 | - |
| CMYK | 0.26 | 0 | 0.30 | 0.33 |
| HSL | 112.94º | 0.24% | 0.57% | - |
| HSV(B) | 112.94º | 0.3% | 0.67% | - |
| XYZ | 26.96 | 35.4 | 23.5 | - |
| YUV | 152.73 | 110.09 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 172 | 121 | 0.26 | 0 | 0.30 | 0.33 | 112.94 | 0.24 | 0.57 |
| Hex | 7F | AC | 79 | 1A | 0 | 1E | 21 | 71 | 18 | 39 |
| Octal | 177 | 254 | 171 | 32 | 0 | 36 | 41 | 161 | 30 | 71 |
| Binary | 1111111 | 10101100 | 1111001 | 11010 | 0 | 11110 | 100001 | 1110001 | 11000 | 111001 |
Color Harmonies of #7FAC79
Complementary color
Monochromatic Colors of #7FAC79
Black with #7FAC79
Text Example
Text Example
White with #7FAC79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAC79; }
p { color: rgb(127,172,121); }
H1.HeaderClassName
{
color: #7FAC79;
}
.AnyTagClassName
{
color: #7FAC79;
}
</style>
background-color css
<style>
a { background-color: #7FAC79; }
a { background-color: rgb(127,172,121); }
div.DivClassName
{
background-color: #7FAC79;
}
.BgClassName
{
background-color: #7FAC79;
}
</style>
border-color css
<style>
span { border-color: #7FAC79; }
span { border-color: rgb(127,172,121); }
td.TdClassName
{
border-color: #7FAC79;
}
.TagClassName
{
border-color: #7FAC79;
}
</style>