Shades of Amulet #7FB174
Tints of Amulet #7FB174
RGB
CMYK
RGB Variations
Color information
#7FB174 (or 0x7FB174) is known color: Amulet. HEX triplet: 7F, B1 and 74. RGB value is (127,177,116). Sum of RGB (Red+Green+Blue) = 127+177+116=420 (55% of max value = 765). Red value is 127 (50% from 255 or 30.24% from 420); Green value is 177 (69.53% from 255 or 42.14% from 420); Blue value is 116 (45.70% from 255 or 27.62% from 420); Max value from RGB is 177 - color contains mainly: green. Hex color #7FB174 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FB174 is #804E8B. Grayscale: #9B9B9B. Windows color (decimal): -8408716 or 7647615. OLE color: 7647615.
HSL color Cylindrical-coordinate representation of color #7FB174: hue angle of 109.18º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7FB174 is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 127 | 177 | 116 | - |
| CMYK | 0.28 | 0 | 0.34 | 0.31 |
| HSL | 109.18º | 0.28% | 0.57% | - |
| HSV(B) | 109.18º | 0.34% | 0.69% | - |
| XYZ | 27.63 | 37.22 | 22.25 | - |
| YUV | 155.1 | 105.94 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 177 | 116 | 0.28 | 0 | 0.34 | 0.31 | 109.18 | 0.28 | 0.57 |
| Hex | 7F | B1 | 74 | 1C | 0 | 22 | 1F | 6D | 1C | 39 |
| Octal | 177 | 261 | 164 | 34 | 0 | 42 | 37 | 155 | 34 | 71 |
| Binary | 1111111 | 10110001 | 1110100 | 11100 | 0 | 100010 | 11111 | 1101101 | 11100 | 111001 |
Color Harmonies of #7FB174
Complementary color
Monochromatic Colors of #7FB174
Black with #7FB174
Text Example
Text Example
White with #7FB174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB174; }
p { color: rgb(127,177,116); }
H1.HeaderClassName
{
color: #7FB174;
}
.AnyTagClassName
{
color: #7FB174;
}
</style>
background-color css
<style>
a { background-color: #7FB174; }
a { background-color: rgb(127,177,116); }
div.DivClassName
{
background-color: #7FB174;
}
.BgClassName
{
background-color: #7FB174;
}
</style>
border-color css
<style>
span { border-color: #7FB174; }
span { border-color: rgb(127,177,116); }
td.TdClassName
{
border-color: #7FB174;
}
.TagClassName
{
border-color: #7FB174;
}
</style>