Shades of Amulet #7FA07B
Tints of Amulet #7FA07B
RGB
CMYK
RGB Variations
Color information
#7FA07B (or 0x7FA07B) is known color: Amulet. HEX triplet: 7F, A0 and 7B. RGB value is (127,160,123). Sum of RGB (Red+Green+Blue) = 127+160+123=410 (54% of max value = 765). Red value is 127 (50% from 255 or 30.98% from 410); Green value is 160 (62.89% from 255 or 39.02% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 160 - color contains mainly: green. Hex color #7FA07B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA07B is #805F84. Grayscale: #929292. Windows color (decimal): -8413061 or 8102015. OLE color: 8102015.
HSL color Cylindrical-coordinate representation of color #7FA07B: hue angle of 113.51º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7FA07B is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 127 | 160 | 123 | - |
| CMYK | 0.21 | 0 | 0.23 | 0.37 |
| HSL | 113.51º | 0.16% | 0.55% | - |
| HSV(B) | 113.51º | 0.23% | 0.63% | - |
| XYZ | 24.9 | 31.08 | 23.43 | - |
| YUV | 145.92 | 115.07 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 160 | 123 | 0.21 | 0 | 0.23 | 0.37 | 113.51 | 0.16 | 0.55 |
| Hex | 7F | A0 | 7B | 15 | 0 | 17 | 25 | 72 | 10 | 37 |
| Octal | 177 | 240 | 173 | 25 | 0 | 27 | 45 | 162 | 20 | 67 |
| Binary | 1111111 | 10100000 | 1111011 | 10101 | 0 | 10111 | 100101 | 1110010 | 10000 | 110111 |
Color Harmonies of #7FA07B
Complementary color
Monochromatic Colors of #7FA07B
Black with #7FA07B
Text Example
Text Example
White with #7FA07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA07B; }
p { color: rgb(127,160,123); }
H1.HeaderClassName
{
color: #7FA07B;
}
.AnyTagClassName
{
color: #7FA07B;
}
</style>
background-color css
<style>
a { background-color: #7FA07B; }
a { background-color: rgb(127,160,123); }
div.DivClassName
{
background-color: #7FA07B;
}
.BgClassName
{
background-color: #7FA07B;
}
</style>
border-color css
<style>
span { border-color: #7FA07B; }
span { border-color: rgb(127,160,123); }
td.TdClassName
{
border-color: #7FA07B;
}
.TagClassName
{
border-color: #7FA07B;
}
</style>