Shades of Amulet #7CA974
Tints of Amulet #7CA974
RGB
CMYK
RGB Variations
Color information
#7CA974 (or 0x7CA974) is known color: Amulet. HEX triplet: 7C, A9 and 74. RGB value is (124,169,116). Sum of RGB (Red+Green+Blue) = 124+169+116=409 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.32% from 409); Green value is 169 (66.41% from 255 or 41.32% from 409); Blue value is 116 (45.70% from 255 or 28.36% from 409); Max value from RGB is 169 - color contains mainly: green. Hex color #7CA974 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA974 is #83568B. Grayscale: #959595. Windows color (decimal): -8607372 or 7645564. OLE color: 7645564.
HSL color Cylindrical-coordinate representation of color #7CA974: hue angle of 110.94º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7CA974 is Cyan = 0.27, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 124 | 169 | 116 | - |
| CMYK | 0.27 | 0 | 0.31 | 0.34 |
| HSL | 110.94º | 0.24% | 0.56% | - |
| HSV(B) | 110.94º | 0.31% | 0.66% | - |
| XYZ | 25.65 | 33.92 | 21.72 | - |
| YUV | 149.5 | 109.09 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 169 | 116 | 0.27 | 0 | 0.31 | 0.34 | 110.94 | 0.24 | 0.56 |
| Hex | 7C | A9 | 74 | 1B | 0 | 1F | 22 | 6F | 18 | 38 |
| Octal | 174 | 251 | 164 | 33 | 0 | 37 | 42 | 157 | 30 | 70 |
| Binary | 1111100 | 10101001 | 1110100 | 11011 | 0 | 11111 | 100010 | 1101111 | 11000 | 111000 |
Color Harmonies of #7CA974
Complementary color
Monochromatic Colors of #7CA974
Black with #7CA974
Text Example
Text Example
White with #7CA974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA974; }
p { color: rgb(124,169,116); }
H1.HeaderClassName
{
color: #7CA974;
}
.AnyTagClassName
{
color: #7CA974;
}
</style>
background-color css
<style>
a { background-color: #7CA974; }
a { background-color: rgb(124,169,116); }
div.DivClassName
{
background-color: #7CA974;
}
.BgClassName
{
background-color: #7CA974;
}
</style>
border-color css
<style>
span { border-color: #7CA974; }
span { border-color: rgb(124,169,116); }
td.TdClassName
{
border-color: #7CA974;
}
.TagClassName
{
border-color: #7CA974;
}
</style>