Shades of Amulet #7FB372
Tints of Amulet #7FB372
RGB
CMYK
RGB Variations
Color information
#7FB372 (or 0x7FB372) is known color: Amulet. HEX triplet: 7F, B3 and 72. RGB value is (127,179,114). Sum of RGB (Red+Green+Blue) = 127+179+114=420 (55% of max value = 765). Red value is 127 (50% from 255 or 30.24% from 420); Green value is 179 (70.31% from 255 or 42.62% from 420); Blue value is 114 (44.92% from 255 or 27.14% from 420); Max value from RGB is 179 - color contains mainly: green. Hex color #7FB372 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FB372 is #804C8D. Grayscale: #9C9C9C. Windows color (decimal): -8408206 or 7517055. OLE color: 7517055.
HSL color Cylindrical-coordinate representation of color #7FB372: hue angle of 108º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7FB372 is Cyan = 0.29, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 127 | 179 | 114 | - |
| CMYK | 0.29 | 0 | 0.36 | 0.30 |
| HSL | 108º | 0.3% | 0.57% | - |
| HSV(B) | 108º | 0.36% | 0.7% | - |
| XYZ | 27.91 | 37.97 | 21.78 | - |
| YUV | 156.04 | 104.27 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 179 | 114 | 0.29 | 0 | 0.36 | 0.30 | 108 | 0.3 | 0.57 |
| Hex | 7F | B3 | 72 | 1D | 0 | 24 | 1E | 6C | 1E | 39 |
| Octal | 177 | 263 | 162 | 35 | 0 | 44 | 36 | 154 | 36 | 71 |
| Binary | 1111111 | 10110011 | 1110010 | 11101 | 0 | 100100 | 11110 | 1101100 | 11110 | 111001 |
Color Harmonies of #7FB372
Complementary color
Monochromatic Colors of #7FB372
Black with #7FB372
Text Example
Text Example
White with #7FB372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB372; }
p { color: rgb(127,179,114); }
H1.HeaderClassName
{
color: #7FB372;
}
.AnyTagClassName
{
color: #7FB372;
}
</style>
background-color css
<style>
a { background-color: #7FB372; }
a { background-color: rgb(127,179,114); }
div.DivClassName
{
background-color: #7FB372;
}
.BgClassName
{
background-color: #7FB372;
}
</style>
border-color css
<style>
span { border-color: #7FB372; }
span { border-color: rgb(127,179,114); }
td.TdClassName
{
border-color: #7FB372;
}
.TagClassName
{
border-color: #7FB372;
}
</style>