Shades of Amulet #7F9E70
Tints of Amulet #7F9E70
RGB
CMYK
RGB Variations
Color information
#7F9E70 (or 0x7F9E70) is known color: Amulet. HEX triplet: 7F, 9E and 70. RGB value is (127,158,112). Sum of RGB (Red+Green+Blue) = 127+158+112=397 (52% of max value = 765). Red value is 127 (50% from 255 or 31.99% from 397); Green value is 158 (62.11% from 255 or 39.80% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 158 - color contains mainly: green. Hex color #7F9E70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F9E70 is #80618F. Grayscale: #8F8F8F. Windows color (decimal): -8413584 or 7380607. OLE color: 7380607.
HSL color Cylindrical-coordinate representation of color #7F9E70: hue angle of 100.43º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7F9E70 is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 127 | 158 | 112 | - |
| CMYK | 0.20 | 0 | 0.29 | 0.38 |
| HSL | 100.43º | 0.19% | 0.53% | - |
| HSV(B) | 100.43º | 0.29% | 0.62% | - |
| XYZ | 23.9 | 30.14 | 19.89 | - |
| YUV | 143.49 | 110.23 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 158 | 112 | 0.20 | 0 | 0.29 | 0.38 | 100.43 | 0.19 | 0.53 |
| Hex | 7F | 9E | 70 | 14 | 0 | 1D | 26 | 64 | 13 | 35 |
| Octal | 177 | 236 | 160 | 24 | 0 | 35 | 46 | 144 | 23 | 65 |
| Binary | 1111111 | 10011110 | 1110000 | 10100 | 0 | 11101 | 100110 | 1100100 | 10011 | 110101 |
Color Harmonies of #7F9E70
Complementary color
Monochromatic Colors of #7F9E70
Black with #7F9E70
Text Example
Text Example
White with #7F9E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9E70; }
p { color: rgb(127,158,112); }
H1.HeaderClassName
{
color: #7F9E70;
}
.AnyTagClassName
{
color: #7F9E70;
}
</style>
background-color css
<style>
a { background-color: #7F9E70; }
a { background-color: rgb(127,158,112); }
div.DivClassName
{
background-color: #7F9E70;
}
.BgClassName
{
background-color: #7F9E70;
}
</style>
border-color css
<style>
span { border-color: #7F9E70; }
span { border-color: rgb(127,158,112); }
td.TdClassName
{
border-color: #7F9E70;
}
.TagClassName
{
border-color: #7F9E70;
}
</style>