Shades of Amulet #7F9D70
Tints of Amulet #7F9D70
RGB
CMYK
RGB Variations
Color information
#7F9D70 (or 0x7F9D70) is known color: Amulet. HEX triplet: 7F, 9D and 70. RGB value is (127,157,112). Sum of RGB (Red+Green+Blue) = 127+157+112=396 (52% of max value = 765). Red value is 127 (50% from 255 or 32.07% from 396); Green value is 157 (61.72% from 255 or 39.65% from 396); Blue value is 112 (44.14% from 255 or 28.28% from 396); Max value from RGB is 157 - color contains mainly: green. Hex color #7F9D70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F9D70 is #80628F. Grayscale: #8F8F8F. Windows color (decimal): -8413840 or 7380351. OLE color: 7380351.
HSL color Cylindrical-coordinate representation of color #7F9D70: hue angle of 100º 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 #7F9D70 is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 127 | 157 | 112 | - |
| CMYK | 0.19 | 0 | 0.29 | 0.38 |
| HSL | 100º | 0.19% | 0.53% | - |
| HSV(B) | 100º | 0.29% | 0.62% | - |
| XYZ | 23.73 | 29.8 | 19.83 | - |
| YUV | 142.9 | 110.56 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 157 | 112 | 0.19 | 0 | 0.29 | 0.38 | 100 | 0.19 | 0.53 |
| Hex | 7F | 9D | 70 | 13 | 0 | 1D | 26 | 64 | 13 | 35 |
| Octal | 177 | 235 | 160 | 23 | 0 | 35 | 46 | 144 | 23 | 65 |
| Binary | 1111111 | 10011101 | 1110000 | 10011 | 0 | 11101 | 100110 | 1100100 | 10011 | 110101 |
Color Harmonies of #7F9D70
Complementary color
Monochromatic Colors of #7F9D70
Black with #7F9D70
Text Example
Text Example
White with #7F9D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9D70; }
p { color: rgb(127,157,112); }
H1.HeaderClassName
{
color: #7F9D70;
}
.AnyTagClassName
{
color: #7F9D70;
}
</style>
background-color css
<style>
a { background-color: #7F9D70; }
a { background-color: rgb(127,157,112); }
div.DivClassName
{
background-color: #7F9D70;
}
.BgClassName
{
background-color: #7F9D70;
}
</style>
border-color css
<style>
span { border-color: #7F9D70; }
span { border-color: rgb(127,157,112); }
td.TdClassName
{
border-color: #7F9D70;
}
.TagClassName
{
border-color: #7F9D70;
}
</style>