Shades of Amulet #7F9D7E
Tints of Amulet #7F9D7E
RGB
CMYK
RGB Variations
Color information
#7F9D7E (or 0x7F9D7E) is known color: Amulet. HEX triplet: 7F, 9D and 7E. RGB value is (127,157,126). Sum of RGB (Red+Green+Blue) = 127+157+126=410 (54% of max value = 765). Red value is 127 (50% from 255 or 30.98% from 410); Green value is 157 (61.72% from 255 or 38.29% from 410); Blue value is 126 (49.61% from 255 or 30.73% from 410); Max value from RGB is 157 - color contains mainly: green. Hex color #7F9D7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F9D7E is #806281. Grayscale: #909090. Windows color (decimal): -8413826 or 8297855. OLE color: 8297855.
HSL color Cylindrical-coordinate representation of color #7F9D7E: hue angle of 118.06º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7F9D7E is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 127 | 157 | 126 | - |
| CMYK | 0.19 | 0 | 0.20 | 0.38 |
| HSL | 118.06º | 0.14% | 0.55% | - |
| HSV(B) | 118.06º | 0.2% | 0.62% | - |
| XYZ | 24.58 | 30.13 | 24.26 | - |
| YUV | 144.5 | 117.56 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 157 | 126 | 0.19 | 0 | 0.20 | 0.38 | 118.06 | 0.14 | 0.55 |
| Hex | 7F | 9D | 7E | 13 | 0 | 14 | 26 | 76 | E | 37 |
| Octal | 177 | 235 | 176 | 23 | 0 | 24 | 46 | 166 | 16 | 67 |
| Binary | 1111111 | 10011101 | 1111110 | 10011 | 0 | 10100 | 100110 | 1110110 | 1110 | 110111 |
Color Harmonies of #7F9D7E
Complementary color
Monochromatic Colors of #7F9D7E
Black with #7F9D7E
Text Example
Text Example
White with #7F9D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9D7E; }
p { color: rgb(127,157,126); }
H1.HeaderClassName
{
color: #7F9D7E;
}
.AnyTagClassName
{
color: #7F9D7E;
}
</style>
background-color css
<style>
a { background-color: #7F9D7E; }
a { background-color: rgb(127,157,126); }
div.DivClassName
{
background-color: #7F9D7E;
}
.BgClassName
{
background-color: #7F9D7E;
}
</style>
border-color css
<style>
span { border-color: #7F9D7E; }
span { border-color: rgb(127,157,126); }
td.TdClassName
{
border-color: #7F9D7E;
}
.TagClassName
{
border-color: #7F9D7E;
}
</style>