Shades of Amulet #7FAF70
Tints of Amulet #7FAF70
RGB
CMYK
RGB Variations
Color information
#7FAF70 (or 0x7FAF70) is known color: Amulet. HEX triplet: 7F, AF and 70. RGB value is (127,175,112). Sum of RGB (Red+Green+Blue) = 127+175+112=414 (54% of max value = 765). Red value is 127 (50% from 255 or 30.68% from 414); Green value is 175 (68.75% from 255 or 42.27% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 175 - color contains mainly: green. Hex color #7FAF70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAF70 is #80508F. Grayscale: #999999. Windows color (decimal): -8409232 or 7384959. OLE color: 7384959.
HSL color Cylindrical-coordinate representation of color #7FAF70: hue angle of 105.71º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7FAF70 is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 127 | 175 | 112 | - |
| CMYK | 0.27 | 0 | 0.36 | 0.31 |
| HSL | 105.71º | 0.28% | 0.56% | - |
| HSV(B) | 105.71º | 0.36% | 0.69% | - |
| XYZ | 27.01 | 36.34 | 20.92 | - |
| YUV | 153.47 | 104.6 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 175 | 112 | 0.27 | 0 | 0.36 | 0.31 | 105.71 | 0.28 | 0.56 |
| Hex | 7F | AF | 70 | 1B | 0 | 24 | 1F | 6A | 1C | 38 |
| Octal | 177 | 257 | 160 | 33 | 0 | 44 | 37 | 152 | 34 | 70 |
| Binary | 1111111 | 10101111 | 1110000 | 11011 | 0 | 100100 | 11111 | 1101010 | 11100 | 111000 |
Color Harmonies of #7FAF70
Complementary color
Monochromatic Colors of #7FAF70
Black with #7FAF70
Text Example
Text Example
White with #7FAF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAF70; }
p { color: rgb(127,175,112); }
H1.HeaderClassName
{
color: #7FAF70;
}
.AnyTagClassName
{
color: #7FAF70;
}
</style>
background-color css
<style>
a { background-color: #7FAF70; }
a { background-color: rgb(127,175,112); }
div.DivClassName
{
background-color: #7FAF70;
}
.BgClassName
{
background-color: #7FAF70;
}
</style>
border-color css
<style>
span { border-color: #7FAF70; }
span { border-color: rgb(127,175,112); }
td.TdClassName
{
border-color: #7FAF70;
}
.TagClassName
{
border-color: #7FAF70;
}
</style>