Shades of Amulet #7FA875
Tints of Amulet #7FA875
RGB
CMYK
RGB Variations
Color information
#7FA875 (or 0x7FA875) is known color: Amulet. HEX triplet: 7F, A8 and 75. RGB value is (127,168,117). Sum of RGB (Red+Green+Blue) = 127+168+117=412 (54% of max value = 765). Red value is 127 (50% from 255 or 30.83% from 412); Green value is 168 (66.02% from 255 or 40.78% from 412); Blue value is 117 (46.09% from 255 or 28.40% from 412); Max value from RGB is 168 - color contains mainly: green. Hex color #7FA875 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA875 is #80578A. Grayscale: #969696. Windows color (decimal): -8411019 or 7710847. OLE color: 7710847.
HSL color Cylindrical-coordinate representation of color #7FA875: hue angle of 108.24º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7FA875 is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 127 | 168 | 117 | - |
| CMYK | 0.24 | 0 | 0.30 | 0.34 |
| HSL | 108.24º | 0.23% | 0.56% | - |
| HSV(B) | 108.24º | 0.3% | 0.66% | - |
| XYZ | 25.97 | 33.8 | 21.99 | - |
| YUV | 149.93 | 109.42 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 168 | 117 | 0.24 | 0 | 0.30 | 0.34 | 108.24 | 0.23 | 0.56 |
| Hex | 7F | A8 | 75 | 18 | 0 | 1E | 22 | 6C | 17 | 38 |
| Octal | 177 | 250 | 165 | 30 | 0 | 36 | 42 | 154 | 27 | 70 |
| Binary | 1111111 | 10101000 | 1110101 | 11000 | 0 | 11110 | 100010 | 1101100 | 10111 | 111000 |
Color Harmonies of #7FA875
Complementary color
Monochromatic Colors of #7FA875
Black with #7FA875
Text Example
Text Example
White with #7FA875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA875; }
p { color: rgb(127,168,117); }
H1.HeaderClassName
{
color: #7FA875;
}
.AnyTagClassName
{
color: #7FA875;
}
</style>
background-color css
<style>
a { background-color: #7FA875; }
a { background-color: rgb(127,168,117); }
div.DivClassName
{
background-color: #7FA875;
}
.BgClassName
{
background-color: #7FA875;
}
</style>
border-color css
<style>
span { border-color: #7FA875; }
span { border-color: rgb(127,168,117); }
td.TdClassName
{
border-color: #7FA875;
}
.TagClassName
{
border-color: #7FA875;
}
</style>