Shades of Amulet #7CA26F
Tints of Amulet #7CA26F
RGB
CMYK
RGB Variations
Color information
#7CA26F (or 0x7CA26F) is known color: Amulet. HEX triplet: 7C, A2 and 6F. RGB value is (124,162,111). Sum of RGB (Red+Green+Blue) = 124+162+111=397 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.23% from 397); Green value is 162 (63.67% from 255 or 40.81% from 397); Blue value is 111 (43.75% from 255 or 27.96% from 397); Max value from RGB is 162 - color contains mainly: green. Hex color #7CA26F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA26F is #835D90. Grayscale: #909090. Windows color (decimal): -8609169 or 7316092. OLE color: 7316092.
HSL color Cylindrical-coordinate representation of color #7CA26F: hue angle of 104.71º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7CA26F is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 124 | 162 | 111 | - |
| CMYK | 0.23 | 0 | 0.31 | 0.36 |
| HSL | 104.71º | 0.22% | 0.54% | - |
| HSV(B) | 104.71º | 0.31% | 0.64% | - |
| XYZ | 24.1 | 31.27 | 19.81 | - |
| YUV | 144.82 | 108.91 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 162 | 111 | 0.23 | 0 | 0.31 | 0.36 | 104.71 | 0.22 | 0.54 |
| Hex | 7C | A2 | 6F | 17 | 0 | 1F | 24 | 69 | 16 | 36 |
| Octal | 174 | 242 | 157 | 27 | 0 | 37 | 44 | 151 | 26 | 66 |
| Binary | 1111100 | 10100010 | 1101111 | 10111 | 0 | 11111 | 100100 | 1101001 | 10110 | 110110 |
Color Harmonies of #7CA26F
Complementary color
Monochromatic Colors of #7CA26F
Black with #7CA26F
Text Example
Text Example
White with #7CA26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA26F; }
p { color: rgb(124,162,111); }
H1.HeaderClassName
{
color: #7CA26F;
}
.AnyTagClassName
{
color: #7CA26F;
}
</style>
background-color css
<style>
a { background-color: #7CA26F; }
a { background-color: rgb(124,162,111); }
div.DivClassName
{
background-color: #7CA26F;
}
.BgClassName
{
background-color: #7CA26F;
}
</style>
border-color css
<style>
span { border-color: #7CA26F; }
span { border-color: rgb(124,162,111); }
td.TdClassName
{
border-color: #7CA26F;
}
.TagClassName
{
border-color: #7CA26F;
}
</style>