Shades of Amulet #7FA669
Tints of Amulet #7FA669
RGB
CMYK
RGB Variations
Color information
#7FA669 (or 0x7FA669) is known color: Amulet. HEX triplet: 7F, A6 and 69. RGB value is (127,166,105). Sum of RGB (Red+Green+Blue) = 127+166+105=398 (52% of max value = 765). Red value is 127 (50% from 255 or 31.91% from 398); Green value is 166 (65.23% from 255 or 41.71% from 398); Blue value is 105 (41.41% from 255 or 26.38% from 398); Max value from RGB is 166 - color contains mainly: green. Hex color #7FA669 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA669 is #805996. Grayscale: #939393. Windows color (decimal): -8411543 or 6923903. OLE color: 6923903.
HSL color Cylindrical-coordinate representation of color #7FA669: hue angle of 98.36º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FA669 is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 127 | 166 | 105 | - |
| CMYK | 0.23 | 0 | 0.37 | 0.35 |
| HSL | 98.36º | 0.26% | 0.53% | - |
| HSV(B) | 98.36º | 0.37% | 0.65% | - |
| XYZ | 24.94 | 32.8 | 18.38 | - |
| YUV | 147.39 | 104.08 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 166 | 105 | 0.23 | 0 | 0.37 | 0.35 | 98.36 | 0.26 | 0.53 |
| Hex | 7F | A6 | 69 | 17 | 0 | 25 | 23 | 62 | 1A | 35 |
| Octal | 177 | 246 | 151 | 27 | 0 | 45 | 43 | 142 | 32 | 65 |
| Binary | 1111111 | 10100110 | 1101001 | 10111 | 0 | 100101 | 100011 | 1100010 | 11010 | 110101 |
Color Harmonies of #7FA669
Complementary color
Monochromatic Colors of #7FA669
Black with #7FA669
Text Example
Text Example
White with #7FA669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA669; }
p { color: rgb(127,166,105); }
H1.HeaderClassName
{
color: #7FA669;
}
.AnyTagClassName
{
color: #7FA669;
}
</style>
background-color css
<style>
a { background-color: #7FA669; }
a { background-color: rgb(127,166,105); }
div.DivClassName
{
background-color: #7FA669;
}
.BgClassName
{
background-color: #7FA669;
}
</style>
border-color css
<style>
span { border-color: #7FA669; }
span { border-color: rgb(127,166,105); }
td.TdClassName
{
border-color: #7FA669;
}
.TagClassName
{
border-color: #7FA669;
}
</style>