Shades of Amulet #7FB07C
Tints of Amulet #7FB07C
RGB
CMYK
RGB Variations
Color information
#7FB07C (or 0x7FB07C) is known color: Amulet. HEX triplet: 7F, B0 and 7C. RGB value is (127,176,124). Sum of RGB (Red+Green+Blue) = 127+176+124=427 (56% of max value = 765). Red value is 127 (50% from 255 or 29.74% from 427); Green value is 176 (69.14% from 255 or 41.22% from 427); Blue value is 124 (48.83% from 255 or 29.04% from 427); Max value from RGB is 176 - color contains mainly: green. Hex color #7FB07C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FB07C is #804F83. Grayscale: #9B9B9B. Windows color (decimal): -8408964 or 8171647. OLE color: 8171647.
HSL color Cylindrical-coordinate representation of color #7FB07C: hue angle of 116.54º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7FB07C is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 127 | 176 | 124 | - |
| CMYK | 0.28 | 0 | 0.30 | 0.31 |
| HSL | 116.54º | 0.25% | 0.59% | - |
| HSV(B) | 116.54º | 0.3% | 0.69% | - |
| XYZ | 27.92 | 37.02 | 24.74 | - |
| YUV | 155.42 | 110.27 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 176 | 124 | 0.28 | 0 | 0.30 | 0.31 | 116.54 | 0.25 | 0.59 |
| Hex | 7F | B0 | 7C | 1C | 0 | 1E | 1F | 75 | 19 | 3B |
| Octal | 177 | 260 | 174 | 34 | 0 | 36 | 37 | 165 | 31 | 73 |
| Binary | 1111111 | 10110000 | 1111100 | 11100 | 0 | 11110 | 11111 | 1110101 | 11001 | 111011 |
Color Harmonies of #7FB07C
Complementary color
Monochromatic Colors of #7FB07C
Black with #7FB07C
Text Example
Text Example
White with #7FB07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB07C; }
p { color: rgb(127,176,124); }
H1.HeaderClassName
{
color: #7FB07C;
}
.AnyTagClassName
{
color: #7FB07C;
}
</style>
background-color css
<style>
a { background-color: #7FB07C; }
a { background-color: rgb(127,176,124); }
div.DivClassName
{
background-color: #7FB07C;
}
.BgClassName
{
background-color: #7FB07C;
}
</style>
border-color css
<style>
span { border-color: #7FB07C; }
span { border-color: rgb(127,176,124); }
td.TdClassName
{
border-color: #7FB07C;
}
.TagClassName
{
border-color: #7FB07C;
}
</style>