Shades of Amulet #7FA870
Tints of Amulet #7FA870
RGB
CMYK
RGB Variations
Color information
#7FA870 (or 0x7FA870) is known color: Amulet. HEX triplet: 7F, A8 and 70. RGB value is (127,168,112). Sum of RGB (Red+Green+Blue) = 127+168+112=407 (53% of max value = 765). Red value is 127 (50% from 255 or 31.20% from 407); Green value is 168 (66.02% from 255 or 41.28% from 407); Blue value is 112 (44.14% from 255 or 27.52% from 407); Max value from RGB is 168 - color contains mainly: green. Hex color #7FA870 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA870 is #80578F. Grayscale: #959595. Windows color (decimal): -8411024 or 7383167. OLE color: 7383167.
HSL color Cylindrical-coordinate representation of color #7FA870: hue angle of 103.93º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7FA870 is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 127 | 168 | 112 | - |
| CMYK | 0.24 | 0 | 0.33 | 0.34 |
| HSL | 103.93º | 0.24% | 0.55% | - |
| HSV(B) | 103.93º | 0.33% | 0.66% | - |
| XYZ | 25.68 | 33.69 | 20.48 | - |
| YUV | 149.36 | 106.92 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 168 | 112 | 0.24 | 0 | 0.33 | 0.34 | 103.93 | 0.24 | 0.55 |
| Hex | 7F | A8 | 70 | 18 | 0 | 21 | 22 | 68 | 18 | 37 |
| Octal | 177 | 250 | 160 | 30 | 0 | 41 | 42 | 150 | 30 | 67 |
| Binary | 1111111 | 10101000 | 1110000 | 11000 | 0 | 100001 | 100010 | 1101000 | 11000 | 110111 |
Color Harmonies of #7FA870
Complementary color
Monochromatic Colors of #7FA870
Black with #7FA870
Text Example
Text Example
White with #7FA870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA870; }
p { color: rgb(127,168,112); }
H1.HeaderClassName
{
color: #7FA870;
}
.AnyTagClassName
{
color: #7FA870;
}
</style>
background-color css
<style>
a { background-color: #7FA870; }
a { background-color: rgb(127,168,112); }
div.DivClassName
{
background-color: #7FA870;
}
.BgClassName
{
background-color: #7FA870;
}
</style>
border-color css
<style>
span { border-color: #7FA870; }
span { border-color: rgb(127,168,112); }
td.TdClassName
{
border-color: #7FA870;
}
.TagClassName
{
border-color: #7FA870;
}
</style>