Shades of Amulet #7FAD7A
Tints of Amulet #7FAD7A
RGB
CMYK
RGB Variations
Color information
#7FAD7A (or 0x7FAD7A) is known color: Amulet. HEX triplet: 7F, AD and 7A. RGB value is (127,173,122). Sum of RGB (Red+Green+Blue) = 127+173+122=422 (55% of max value = 765). Red value is 127 (50% from 255 or 30.09% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 122 (48.05% from 255 or 28.91% from 422); Max value from RGB is 173 - color contains mainly: green. Hex color #7FAD7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAD7A is #805285. Grayscale: #999999. Windows color (decimal): -8409734 or 8039807. OLE color: 8039807.
HSL color Cylindrical-coordinate representation of color #7FAD7A: hue angle of 114.12º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7FAD7A is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 127 | 173 | 122 | - |
| CMYK | 0.27 | 0 | 0.29 | 0.32 |
| HSL | 114.12º | 0.24% | 0.58% | - |
| HSV(B) | 114.12º | 0.29% | 0.68% | - |
| XYZ | 27.21 | 35.8 | 23.89 | - |
| YUV | 153.43 | 110.26 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 173 | 122 | 0.27 | 0 | 0.29 | 0.32 | 114.12 | 0.24 | 0.58 |
| Hex | 7F | AD | 7A | 1B | 0 | 1D | 20 | 72 | 18 | 3A |
| Octal | 177 | 255 | 172 | 33 | 0 | 35 | 40 | 162 | 30 | 72 |
| Binary | 1111111 | 10101101 | 1111010 | 11011 | 0 | 11101 | 100000 | 1110010 | 11000 | 111010 |
Color Harmonies of #7FAD7A
Complementary color
Monochromatic Colors of #7FAD7A
Black with #7FAD7A
Text Example
Text Example
White with #7FAD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAD7A; }
p { color: rgb(127,173,122); }
H1.HeaderClassName
{
color: #7FAD7A;
}
.AnyTagClassName
{
color: #7FAD7A;
}
</style>
background-color css
<style>
a { background-color: #7FAD7A; }
a { background-color: rgb(127,173,122); }
div.DivClassName
{
background-color: #7FAD7A;
}
.BgClassName
{
background-color: #7FAD7A;
}
</style>
border-color css
<style>
span { border-color: #7FAD7A; }
span { border-color: rgb(127,173,122); }
td.TdClassName
{
border-color: #7FAD7A;
}
.TagClassName
{
border-color: #7FAD7A;
}
</style>