Shades of Amulet #7FAC7C
Tints of Amulet #7FAC7C
RGB
CMYK
RGB Variations
Color information
#7FAC7C (or 0x7FAC7C) is known color: Amulet. HEX triplet: 7F, AC and 7C. RGB value is (127,172,124). Sum of RGB (Red+Green+Blue) = 127+172+124=423 (56% of max value = 765). Red value is 127 (50% from 255 or 30.02% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 172 - color contains mainly: green. Hex color #7FAC7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAC7C is #805383. Grayscale: #999999. Windows color (decimal): -8409988 or 8170623. OLE color: 8170623.
HSL color Cylindrical-coordinate representation of color #7FAC7C: hue angle of 116.25º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7FAC7C is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 172 | 124 | - |
| CMYK | 0.26 | 0 | 0.28 | 0.33 |
| HSL | 116.25º | 0.22% | 0.58% | - |
| HSV(B) | 116.25º | 0.28% | 0.67% | - |
| XYZ | 27.14 | 35.47 | 24.49 | - |
| YUV | 153.07 | 111.59 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 172 | 124 | 0.26 | 0 | 0.28 | 0.33 | 116.25 | 0.22 | 0.58 |
| Hex | 7F | AC | 7C | 1A | 0 | 1C | 21 | 74 | 16 | 3A |
| Octal | 177 | 254 | 174 | 32 | 0 | 34 | 41 | 164 | 26 | 72 |
| Binary | 1111111 | 10101100 | 1111100 | 11010 | 0 | 11100 | 100001 | 1110100 | 10110 | 111010 |
Color Harmonies of #7FAC7C
Complementary color
Monochromatic Colors of #7FAC7C
Black with #7FAC7C
Text Example
Text Example
White with #7FAC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAC7C; }
p { color: rgb(127,172,124); }
H1.HeaderClassName
{
color: #7FAC7C;
}
.AnyTagClassName
{
color: #7FAC7C;
}
</style>
background-color css
<style>
a { background-color: #7FAC7C; }
a { background-color: rgb(127,172,124); }
div.DivClassName
{
background-color: #7FAC7C;
}
.BgClassName
{
background-color: #7FAC7C;
}
</style>
border-color css
<style>
span { border-color: #7FAC7C; }
span { border-color: rgb(127,172,124); }
td.TdClassName
{
border-color: #7FAC7C;
}
.TagClassName
{
border-color: #7FAC7C;
}
</style>