Shades of Amulet #7FB578
Tints of Amulet #7FB578
RGB
CMYK
RGB Variations
Color information
#7FB578 (or 0x7FB578) is known color: Amulet. HEX triplet: 7F, B5 and 78. RGB value is (127,181,120). Sum of RGB (Red+Green+Blue) = 127+181+120=428 (56% of max value = 765). Red value is 127 (50% from 255 or 29.67% from 428); Green value is 181 (71.09% from 255 or 42.29% from 428); Blue value is 120 (47.27% from 255 or 28.04% from 428); Max value from RGB is 181 - color contains mainly: green. Hex color #7FB578 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FB578 is #804A87. Grayscale: #9E9E9E. Windows color (decimal): -8407688 or 7910783. OLE color: 7910783.
HSL color Cylindrical-coordinate representation of color #7FB578: hue angle of 113.11º degrees, saturation: 0.29, 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 #7FB578 is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 127 | 181 | 120 | - |
| CMYK | 0.30 | 0 | 0.34 | 0.29 |
| HSL | 113.11º | 0.29% | 0.59% | - |
| HSV(B) | 113.11º | 0.34% | 0.71% | - |
| XYZ | 28.67 | 38.92 | 23.77 | - |
| YUV | 157.9 | 106.61 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 181 | 120 | 0.30 | 0 | 0.34 | 0.29 | 113.11 | 0.29 | 0.59 |
| Hex | 7F | B5 | 78 | 1E | 0 | 22 | 1D | 71 | 1D | 3B |
| Octal | 177 | 265 | 170 | 36 | 0 | 42 | 35 | 161 | 35 | 73 |
| Binary | 1111111 | 10110101 | 1111000 | 11110 | 0 | 100010 | 11101 | 1110001 | 11101 | 111011 |
Color Harmonies of #7FB578
Complementary color
Monochromatic Colors of #7FB578
Black with #7FB578
Text Example
Text Example
White with #7FB578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB578; }
p { color: rgb(127,181,120); }
H1.HeaderClassName
{
color: #7FB578;
}
.AnyTagClassName
{
color: #7FB578;
}
</style>
background-color css
<style>
a { background-color: #7FB578; }
a { background-color: rgb(127,181,120); }
div.DivClassName
{
background-color: #7FB578;
}
.BgClassName
{
background-color: #7FB578;
}
</style>
border-color css
<style>
span { border-color: #7FB578; }
span { border-color: rgb(127,181,120); }
td.TdClassName
{
border-color: #7FB578;
}
.TagClassName
{
border-color: #7FB578;
}
</style>