Shades of Amulet #7F9D6D
Tints of Amulet #7F9D6D
RGB
CMYK
RGB Variations
Color information
#7F9D6D (or 0x7F9D6D) is known color: Amulet. HEX triplet: 7F, 9D and 6D. RGB value is (127,157,109). Sum of RGB (Red+Green+Blue) = 127+157+109=393 (52% of max value = 765). Red value is 127 (50% from 255 or 32.32% from 393); Green value is 157 (61.72% from 255 or 39.95% from 393); Blue value is 109 (42.97% from 255 or 27.74% from 393); Max value from RGB is 157 - color contains mainly: green. Hex color #7F9D6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F9D6D is #806292. Grayscale: #8E8E8E. Windows color (decimal): -8413843 or 7183743. OLE color: 7183743.
HSL color Cylindrical-coordinate representation of color #7F9D6D: hue angle of 97.5º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7F9D6D is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 127 | 157 | 109 | - |
| CMYK | 0.19 | 0 | 0.31 | 0.38 |
| HSL | 97.5º | 0.2% | 0.52% | - |
| HSV(B) | 97.5º | 0.31% | 0.62% | - |
| XYZ | 23.57 | 29.73 | 18.96 | - |
| YUV | 142.56 | 109.06 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 157 | 109 | 0.19 | 0 | 0.31 | 0.38 | 97.5 | 0.2 | 0.52 |
| Hex | 7F | 9D | 6D | 13 | 0 | 1F | 26 | 62 | 14 | 34 |
| Octal | 177 | 235 | 155 | 23 | 0 | 37 | 46 | 142 | 24 | 64 |
| Binary | 1111111 | 10011101 | 1101101 | 10011 | 0 | 11111 | 100110 | 1100010 | 10100 | 110100 |
Color Harmonies of #7F9D6D
Complementary color
Monochromatic Colors of #7F9D6D
Black with #7F9D6D
Text Example
Text Example
White with #7F9D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9D6D; }
p { color: rgb(127,157,109); }
H1.HeaderClassName
{
color: #7F9D6D;
}
.AnyTagClassName
{
color: #7F9D6D;
}
</style>
background-color css
<style>
a { background-color: #7F9D6D; }
a { background-color: rgb(127,157,109); }
div.DivClassName
{
background-color: #7F9D6D;
}
.BgClassName
{
background-color: #7F9D6D;
}
</style>
border-color css
<style>
span { border-color: #7F9D6D; }
span { border-color: rgb(127,157,109); }
td.TdClassName
{
border-color: #7F9D6D;
}
.TagClassName
{
border-color: #7F9D6D;
}
</style>