Shades of Amulet #7FAF79
Tints of Amulet #7FAF79
RGB
CMYK
RGB Variations
Color information
#7FAF79 (or 0x7FAF79) is known color: Amulet. HEX triplet: 7F, AF and 79. RGB value is (127,175,121). Sum of RGB (Red+Green+Blue) = 127+175+121=423 (56% of max value = 765). Red value is 127 (50% from 255 or 30.02% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 121 (47.66% from 255 or 28.61% from 423); Max value from RGB is 175 - color contains mainly: green. Hex color #7FAF79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAF79 is #805086. Grayscale: #9A9A9A. Windows color (decimal): -8409223 or 7974783. OLE color: 7974783.
HSL color Cylindrical-coordinate representation of color #7FAF79: hue angle of 113.33º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7FAF79 is Cyan = 0.27, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 127 | 175 | 121 | - |
| CMYK | 0.27 | 0 | 0.31 | 0.31 |
| HSL | 113.33º | 0.25% | 0.58% | - |
| HSV(B) | 113.33º | 0.31% | 0.69% | - |
| XYZ | 27.53 | 36.55 | 23.69 | - |
| YUV | 154.49 | 109.1 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 175 | 121 | 0.27 | 0 | 0.31 | 0.31 | 113.33 | 0.25 | 0.58 |
| Hex | 7F | AF | 79 | 1B | 0 | 1F | 1F | 71 | 19 | 3A |
| Octal | 177 | 257 | 171 | 33 | 0 | 37 | 37 | 161 | 31 | 72 |
| Binary | 1111111 | 10101111 | 1111001 | 11011 | 0 | 11111 | 11111 | 1110001 | 11001 | 111010 |
Color Harmonies of #7FAF79
Complementary color
Monochromatic Colors of #7FAF79
Black with #7FAF79
Text Example
Text Example
White with #7FAF79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAF79; }
p { color: rgb(127,175,121); }
H1.HeaderClassName
{
color: #7FAF79;
}
.AnyTagClassName
{
color: #7FAF79;
}
</style>
background-color css
<style>
a { background-color: #7FAF79; }
a { background-color: rgb(127,175,121); }
div.DivClassName
{
background-color: #7FAF79;
}
.BgClassName
{
background-color: #7FAF79;
}
</style>
border-color css
<style>
span { border-color: #7FAF79; }
span { border-color: rgb(127,175,121); }
td.TdClassName
{
border-color: #7FAF79;
}
.TagClassName
{
border-color: #7FAF79;
}
</style>