Shades of Amulet #7FA77B
Tints of Amulet #7FA77B
RGB
CMYK
RGB Variations
Color information
#7FA77B (or 0x7FA77B) is known color: Amulet. HEX triplet: 7F, A7 and 7B. RGB value is (127,167,123). Sum of RGB (Red+Green+Blue) = 127+167+123=417 (55% of max value = 765). Red value is 127 (50% from 255 or 30.46% from 417); Green value is 167 (65.62% from 255 or 40.05% from 417); Blue value is 123 (48.44% from 255 or 29.50% from 417); Max value from RGB is 167 - color contains mainly: green. Hex color #7FA77B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA77B is #805884. Grayscale: #969696. Windows color (decimal): -8411269 or 8103807. OLE color: 8103807.
HSL color Cylindrical-coordinate representation of color #7FA77B: hue angle of 114.55º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7FA77B is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 127 | 167 | 123 | - |
| CMYK | 0.24 | 0 | 0.26 | 0.35 |
| HSL | 114.55º | 0.2% | 0.57% | - |
| HSV(B) | 114.55º | 0.26% | 0.65% | - |
| XYZ | 26.15 | 33.58 | 23.84 | - |
| YUV | 150.02 | 112.75 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 167 | 123 | 0.24 | 0 | 0.26 | 0.35 | 114.55 | 0.2 | 0.57 |
| Hex | 7F | A7 | 7B | 18 | 0 | 1A | 23 | 73 | 14 | 39 |
| Octal | 177 | 247 | 173 | 30 | 0 | 32 | 43 | 163 | 24 | 71 |
| Binary | 1111111 | 10100111 | 1111011 | 11000 | 0 | 11010 | 100011 | 1110011 | 10100 | 111001 |
Color Harmonies of #7FA77B
Complementary color
Monochromatic Colors of #7FA77B
Black with #7FA77B
Text Example
Text Example
White with #7FA77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA77B; }
p { color: rgb(127,167,123); }
H1.HeaderClassName
{
color: #7FA77B;
}
.AnyTagClassName
{
color: #7FA77B;
}
</style>
background-color css
<style>
a { background-color: #7FA77B; }
a { background-color: rgb(127,167,123); }
div.DivClassName
{
background-color: #7FA77B;
}
.BgClassName
{
background-color: #7FA77B;
}
</style>
border-color css
<style>
span { border-color: #7FA77B; }
span { border-color: rgb(127,167,123); }
td.TdClassName
{
border-color: #7FA77B;
}
.TagClassName
{
border-color: #7FA77B;
}
</style>