Shades of Amulet #7FB577
Tints of Amulet #7FB577
RGB
CMYK
RGB Variations
Color information
#7FB577 (or 0x7FB577) is known color: Amulet. HEX triplet: 7F, B5 and 77. RGB value is (127,181,119). Sum of RGB (Red+Green+Blue) = 127+181+119=427 (56% of max value = 765). Red value is 127 (50% from 255 or 29.74% from 427); Green value is 181 (71.09% from 255 or 42.39% from 427); Blue value is 119 (46.88% from 255 or 27.87% from 427); Max value from RGB is 181 - color contains mainly: green. Hex color #7FB577 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FB577 is #804A88. Grayscale: #9D9D9D. Windows color (decimal): -8407689 or 7845247. OLE color: 7845247.
HSL color Cylindrical-coordinate representation of color #7FB577: hue angle of 112.26º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7FB577 is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 127 | 181 | 119 | - |
| CMYK | 0.30 | 0 | 0.34 | 0.29 |
| HSL | 112.26º | 0.3% | 0.59% | - |
| HSV(B) | 112.26º | 0.34% | 0.71% | - |
| XYZ | 28.61 | 38.89 | 23.45 | - |
| YUV | 157.79 | 106.11 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 181 | 119 | 0.30 | 0 | 0.34 | 0.29 | 112.26 | 0.3 | 0.59 |
| Hex | 7F | B5 | 77 | 1E | 0 | 22 | 1D | 70 | 1E | 3B |
| Octal | 177 | 265 | 167 | 36 | 0 | 42 | 35 | 160 | 36 | 73 |
| Binary | 1111111 | 10110101 | 1110111 | 11110 | 0 | 100010 | 11101 | 1110000 | 11110 | 111011 |
Color Harmonies of #7FB577
Complementary color
Monochromatic Colors of #7FB577
Black with #7FB577
Text Example
Text Example
White with #7FB577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB577; }
p { color: rgb(127,181,119); }
H1.HeaderClassName
{
color: #7FB577;
}
.AnyTagClassName
{
color: #7FB577;
}
</style>
background-color css
<style>
a { background-color: #7FB577; }
a { background-color: rgb(127,181,119); }
div.DivClassName
{
background-color: #7FB577;
}
.BgClassName
{
background-color: #7FB577;
}
</style>
border-color css
<style>
span { border-color: #7FB577; }
span { border-color: rgb(127,181,119); }
td.TdClassName
{
border-color: #7FB577;
}
.TagClassName
{
border-color: #7FB577;
}
</style>