Shades of Amulet #7FAC6D
Tints of Amulet #7FAC6D
RGB
CMYK
RGB Variations
Color information
#7FAC6D (or 0x7FAC6D) is known color: Amulet. HEX triplet: 7F, AC and 6D. RGB value is (127,172,109). Sum of RGB (Red+Green+Blue) = 127+172+109=408 (54% of max value = 765). Red value is 127 (50% from 255 or 31.13% from 408); Green value is 172 (67.58% from 255 or 42.16% from 408); Blue value is 109 (42.97% from 255 or 26.72% from 408); Max value from RGB is 172 - color contains mainly: green. Hex color #7FAC6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAC6D is #805392. Grayscale: #979797. Windows color (decimal): -8410003 or 7187583. OLE color: 7187583.
HSL color Cylindrical-coordinate representation of color #7FAC6D: hue angle of 102.86º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FAC6D is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 172 | 109 | - |
| CMYK | 0.26 | 0 | 0.37 | 0.33 |
| HSL | 102.86º | 0.28% | 0.55% | - |
| HSV(B) | 102.86º | 0.37% | 0.67% | - |
| XYZ | 26.27 | 35.12 | 19.86 | - |
| YUV | 151.36 | 104.09 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 172 | 109 | 0.26 | 0 | 0.37 | 0.33 | 102.86 | 0.28 | 0.55 |
| Hex | 7F | AC | 6D | 1A | 0 | 25 | 21 | 67 | 1C | 37 |
| Octal | 177 | 254 | 155 | 32 | 0 | 45 | 41 | 147 | 34 | 67 |
| Binary | 1111111 | 10101100 | 1101101 | 11010 | 0 | 100101 | 100001 | 1100111 | 11100 | 110111 |
Color Harmonies of #7FAC6D
Complementary color
Monochromatic Colors of #7FAC6D
Black with #7FAC6D
Text Example
Text Example
White with #7FAC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAC6D; }
p { color: rgb(127,172,109); }
H1.HeaderClassName
{
color: #7FAC6D;
}
.AnyTagClassName
{
color: #7FAC6D;
}
</style>
background-color css
<style>
a { background-color: #7FAC6D; }
a { background-color: rgb(127,172,109); }
div.DivClassName
{
background-color: #7FAC6D;
}
.BgClassName
{
background-color: #7FAC6D;
}
</style>
border-color css
<style>
span { border-color: #7FAC6D; }
span { border-color: rgb(127,172,109); }
td.TdClassName
{
border-color: #7FAC6D;
}
.TagClassName
{
border-color: #7FAC6D;
}
</style>