Shades of Amulet #7FAC7D
Tints of Amulet #7FAC7D
RGB
CMYK
RGB Variations
Color information
#7FAC7D (or 0x7FAC7D) is known color: Amulet. HEX triplet: 7F, AC and 7D. RGB value is (127,172,125). Sum of RGB (Red+Green+Blue) = 127+172+125=424 (56% of max value = 765). Red value is 127 (50% from 255 or 29.95% from 424); Green value is 172 (67.58% from 255 or 40.57% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 172 - color contains mainly: green. Hex color #7FAC7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAC7D is #805382. Grayscale: #999999. Windows color (decimal): -8409987 or 8236159. OLE color: 8236159.
HSL color Cylindrical-coordinate representation of color #7FAC7D: hue angle of 117.45º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7FAC7D is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 172 | 125 | - |
| CMYK | 0.26 | 0 | 0.27 | 0.33 |
| HSL | 117.45º | 0.22% | 0.58% | - |
| HSV(B) | 117.45º | 0.27% | 0.67% | - |
| XYZ | 27.21 | 35.5 | 24.82 | - |
| YUV | 153.19 | 112.09 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 172 | 125 | 0.26 | 0 | 0.27 | 0.33 | 117.45 | 0.22 | 0.58 |
| Hex | 7F | AC | 7D | 1A | 0 | 1B | 21 | 75 | 16 | 3A |
| Octal | 177 | 254 | 175 | 32 | 0 | 33 | 41 | 165 | 26 | 72 |
| Binary | 1111111 | 10101100 | 1111101 | 11010 | 0 | 11011 | 100001 | 1110101 | 10110 | 111010 |
Color Harmonies of #7FAC7D
Complementary color
Monochromatic Colors of #7FAC7D
Black with #7FAC7D
Text Example
Text Example
White with #7FAC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAC7D; }
p { color: rgb(127,172,125); }
H1.HeaderClassName
{
color: #7FAC7D;
}
.AnyTagClassName
{
color: #7FAC7D;
}
</style>
background-color css
<style>
a { background-color: #7FAC7D; }
a { background-color: rgb(127,172,125); }
div.DivClassName
{
background-color: #7FAC7D;
}
.BgClassName
{
background-color: #7FAC7D;
}
</style>
border-color css
<style>
span { border-color: #7FAC7D; }
span { border-color: rgb(127,172,125); }
td.TdClassName
{
border-color: #7FAC7D;
}
.TagClassName
{
border-color: #7FAC7D;
}
</style>