Shades of Amulet #7FA26C
Tints of Amulet #7FA26C
RGB
CMYK
RGB Variations
Color information
#7FA26C (or 0x7FA26C) is known color: Amulet. HEX triplet: 7F, A2 and 6C. RGB value is (127,162,108). Sum of RGB (Red+Green+Blue) = 127+162+108=397 (52% of max value = 765). Red value is 127 (50% from 255 or 31.99% from 397); Green value is 162 (63.67% from 255 or 40.81% from 397); Blue value is 108 (42.58% from 255 or 27.20% from 397); Max value from RGB is 162 - color contains mainly: green. Hex color #7FA26C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA26C is #805D93. Grayscale: #919191. Windows color (decimal): -8412564 or 7119487. OLE color: 7119487.
HSL color Cylindrical-coordinate representation of color #7FA26C: hue angle of 98.89º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7FA26C is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 127 | 162 | 108 | - |
| CMYK | 0.22 | 0 | 0.33 | 0.36 |
| HSL | 98.89º | 0.23% | 0.53% | - |
| HSV(B) | 98.89º | 0.33% | 0.64% | - |
| XYZ | 24.38 | 31.44 | 18.97 | - |
| YUV | 145.38 | 106.9 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 162 | 108 | 0.22 | 0 | 0.33 | 0.36 | 98.89 | 0.23 | 0.53 |
| Hex | 7F | A2 | 6C | 16 | 0 | 21 | 24 | 63 | 16 | 35 |
| Octal | 177 | 242 | 154 | 26 | 0 | 41 | 44 | 143 | 26 | 65 |
| Binary | 1111111 | 10100010 | 1101100 | 10110 | 0 | 100001 | 100100 | 1100011 | 10110 | 110101 |
Color Harmonies of #7FA26C
Complementary color
Monochromatic Colors of #7FA26C
Black with #7FA26C
Text Example
Text Example
White with #7FA26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA26C; }
p { color: rgb(127,162,108); }
H1.HeaderClassName
{
color: #7FA26C;
}
.AnyTagClassName
{
color: #7FA26C;
}
</style>
background-color css
<style>
a { background-color: #7FA26C; }
a { background-color: rgb(127,162,108); }
div.DivClassName
{
background-color: #7FA26C;
}
.BgClassName
{
background-color: #7FA26C;
}
</style>
border-color css
<style>
span { border-color: #7FA26C; }
span { border-color: rgb(127,162,108); }
td.TdClassName
{
border-color: #7FA26C;
}
.TagClassName
{
border-color: #7FA26C;
}
</style>