Shades of Amulet #7F9C71
Tints of Amulet #7F9C71
RGB
CMYK
RGB Variations
Color information
#7F9C71 (or 0x7F9C71) is known color: Amulet. HEX triplet: 7F, 9C and 71. RGB value is (127,156,113). Sum of RGB (Red+Green+Blue) = 127+156+113=396 (52% of max value = 765). Red value is 127 (50% from 255 or 32.07% from 396); Green value is 156 (61.33% from 255 or 39.39% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 156 - color contains mainly: green. Hex color #7F9C71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F9C71 is #80638E. Grayscale: #8E8E8E. Windows color (decimal): -8414095 or 7445631. OLE color: 7445631.
HSL color Cylindrical-coordinate representation of color #7F9C71: hue angle of 100.47º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7F9C71 is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 127 | 156 | 113 | - |
| CMYK | 0.19 | 0 | 0.28 | 0.39 |
| HSL | 100.47º | 0.18% | 0.53% | - |
| HSV(B) | 100.47º | 0.28% | 0.61% | - |
| XYZ | 23.62 | 29.48 | 20.07 | - |
| YUV | 142.43 | 111.39 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 156 | 113 | 0.19 | 0 | 0.28 | 0.39 | 100.47 | 0.18 | 0.53 |
| Hex | 7F | 9C | 71 | 13 | 0 | 1C | 27 | 64 | 12 | 35 |
| Octal | 177 | 234 | 161 | 23 | 0 | 34 | 47 | 144 | 22 | 65 |
| Binary | 1111111 | 10011100 | 1110001 | 10011 | 0 | 11100 | 100111 | 1100100 | 10010 | 110101 |
Color Harmonies of #7F9C71
Complementary color
Monochromatic Colors of #7F9C71
Black with #7F9C71
Text Example
Text Example
White with #7F9C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9C71; }
p { color: rgb(127,156,113); }
H1.HeaderClassName
{
color: #7F9C71;
}
.AnyTagClassName
{
color: #7F9C71;
}
</style>
background-color css
<style>
a { background-color: #7F9C71; }
a { background-color: rgb(127,156,113); }
div.DivClassName
{
background-color: #7F9C71;
}
.BgClassName
{
background-color: #7F9C71;
}
</style>
border-color css
<style>
span { border-color: #7F9C71; }
span { border-color: rgb(127,156,113); }
td.TdClassName
{
border-color: #7F9C71;
}
.TagClassName
{
border-color: #7F9C71;
}
</style>