Shades of Amulet #7F9F6C
Tints of Amulet #7F9F6C
RGB
CMYK
RGB Variations
Color information
#7F9F6C (or 0x7F9F6C) is known color: Amulet. HEX triplet: 7F, 9F and 6C. RGB value is (127,159,108). Sum of RGB (Red+Green+Blue) = 127+159+108=394 (52% of max value = 765). Red value is 127 (50% from 255 or 32.23% from 394); Green value is 159 (62.5% from 255 or 40.36% from 394); Blue value is 108 (42.58% from 255 or 27.41% from 394); Max value from RGB is 159 - color contains mainly: green. Hex color #7F9F6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F9F6C is #806093. Grayscale: #8F8F8F. Windows color (decimal): -8413332 or 7118719. OLE color: 7118719.
HSL color Cylindrical-coordinate representation of color #7F9F6C: hue angle of 97.65º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7F9F6C is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 127 | 159 | 108 | - |
| CMYK | 0.20 | 0 | 0.32 | 0.38 |
| HSL | 97.65º | 0.21% | 0.52% | - |
| HSV(B) | 97.65º | 0.32% | 0.62% | - |
| XYZ | 23.86 | 30.39 | 18.8 | - |
| YUV | 143.62 | 107.9 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 159 | 108 | 0.20 | 0 | 0.32 | 0.38 | 97.65 | 0.21 | 0.52 |
| Hex | 7F | 9F | 6C | 14 | 0 | 20 | 26 | 62 | 15 | 34 |
| Octal | 177 | 237 | 154 | 24 | 0 | 40 | 46 | 142 | 25 | 64 |
| Binary | 1111111 | 10011111 | 1101100 | 10100 | 0 | 100000 | 100110 | 1100010 | 10101 | 110100 |
Color Harmonies of #7F9F6C
Complementary color
Monochromatic Colors of #7F9F6C
Black with #7F9F6C
Text Example
Text Example
White with #7F9F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9F6C; }
p { color: rgb(127,159,108); }
H1.HeaderClassName
{
color: #7F9F6C;
}
.AnyTagClassName
{
color: #7F9F6C;
}
</style>
background-color css
<style>
a { background-color: #7F9F6C; }
a { background-color: rgb(127,159,108); }
div.DivClassName
{
background-color: #7F9F6C;
}
.BgClassName
{
background-color: #7F9F6C;
}
</style>
border-color css
<style>
span { border-color: #7F9F6C; }
span { border-color: rgb(127,159,108); }
td.TdClassName
{
border-color: #7F9F6C;
}
.TagClassName
{
border-color: #7F9F6C;
}
</style>