Shades of Amulet #7FB573
Tints of Amulet #7FB573
RGB
CMYK
RGB Variations
Color information
#7FB573 (or 0x7FB573) is known color: Amulet. HEX triplet: 7F, B5 and 73. RGB value is (127,181,115). Sum of RGB (Red+Green+Blue) = 127+181+115=423 (56% of max value = 765). Red value is 127 (50% from 255 or 30.02% from 423); Green value is 181 (71.09% from 255 or 42.79% from 423); Blue value is 115 (45.31% from 255 or 27.19% from 423); Max value from RGB is 181 - color contains mainly: green. Hex color #7FB573 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FB573 is #804A8C. Grayscale: #9D9D9D. Windows color (decimal): -8407693 or 7583103. OLE color: 7583103.
HSL color Cylindrical-coordinate representation of color #7FB573: hue angle of 109.09º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7FB573 is Cyan = 0.30, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 127 | 181 | 115 | - |
| CMYK | 0.30 | 0 | 0.36 | 0.29 |
| HSL | 109.09º | 0.31% | 0.58% | - |
| HSV(B) | 109.09º | 0.36% | 0.71% | - |
| XYZ | 28.37 | 38.8 | 22.21 | - |
| YUV | 157.33 | 104.11 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 181 | 115 | 0.30 | 0 | 0.36 | 0.29 | 109.09 | 0.31 | 0.58 |
| Hex | 7F | B5 | 73 | 1E | 0 | 24 | 1D | 6D | 1F | 3A |
| Octal | 177 | 265 | 163 | 36 | 0 | 44 | 35 | 155 | 37 | 72 |
| Binary | 1111111 | 10110101 | 1110011 | 11110 | 0 | 100100 | 11101 | 1101101 | 11111 | 111010 |
Color Harmonies of #7FB573
Complementary color
Monochromatic Colors of #7FB573
Black with #7FB573
Text Example
Text Example
White with #7FB573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB573; }
p { color: rgb(127,181,115); }
H1.HeaderClassName
{
color: #7FB573;
}
.AnyTagClassName
{
color: #7FB573;
}
</style>
background-color css
<style>
a { background-color: #7FB573; }
a { background-color: rgb(127,181,115); }
div.DivClassName
{
background-color: #7FB573;
}
.BgClassName
{
background-color: #7FB573;
}
</style>
border-color css
<style>
span { border-color: #7FB573; }
span { border-color: rgb(127,181,115); }
td.TdClassName
{
border-color: #7FB573;
}
.TagClassName
{
border-color: #7FB573;
}
</style>