Shades of Amulet #7CB574
Tints of Amulet #7CB574
RGB
CMYK
RGB Variations
Color information
#7CB574 (or 0x7CB574) is known color: Amulet. HEX triplet: 7C, B5 and 74. RGB value is (124,181,116). Sum of RGB (Red+Green+Blue) = 124+181+116=421 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.45% from 421); Green value is 181 (71.09% from 255 or 42.99% from 421); Blue value is 116 (45.70% from 255 or 27.55% from 421); Max value from RGB is 181 - color contains mainly: green. Hex color #7CB574 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB574 is #834A8B. Grayscale: #9C9C9C. Windows color (decimal): -8604300 or 7648636. OLE color: 7648636.
HSL color Cylindrical-coordinate representation of color #7CB574: hue angle of 112.62º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7CB574 is Cyan = 0.31, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 124 | 181 | 116 | - |
| CMYK | 0.31 | 0 | 0.36 | 0.29 |
| HSL | 112.62º | 0.31% | 0.58% | - |
| HSV(B) | 112.62º | 0.36% | 0.71% | - |
| XYZ | 27.99 | 38.59 | 22.5 | - |
| YUV | 156.55 | 105.12 | 104.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 181 | 116 | 0.31 | 0 | 0.36 | 0.29 | 112.62 | 0.31 | 0.58 |
| Hex | 7C | B5 | 74 | 1F | 0 | 24 | 1D | 71 | 1F | 3A |
| Octal | 174 | 265 | 164 | 37 | 0 | 44 | 35 | 161 | 37 | 72 |
| Binary | 1111100 | 10110101 | 1110100 | 11111 | 0 | 100100 | 11101 | 1110001 | 11111 | 111010 |
Color Harmonies of #7CB574
Complementary color
Monochromatic Colors of #7CB574
Black with #7CB574
Text Example
Text Example
White with #7CB574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB574; }
p { color: rgb(124,181,116); }
H1.HeaderClassName
{
color: #7CB574;
}
.AnyTagClassName
{
color: #7CB574;
}
</style>
background-color css
<style>
a { background-color: #7CB574; }
a { background-color: rgb(124,181,116); }
div.DivClassName
{
background-color: #7CB574;
}
.BgClassName
{
background-color: #7CB574;
}
</style>
border-color css
<style>
span { border-color: #7CB574; }
span { border-color: rgb(124,181,116); }
td.TdClassName
{
border-color: #7CB574;
}
.TagClassName
{
border-color: #7CB574;
}
</style>