Shades of Amulet #7CB372
Tints of Amulet #7CB372
RGB
CMYK
RGB Variations
Color information
#7CB372 (or 0x7CB372) is known color: Amulet. HEX triplet: 7C, B3 and 72. RGB value is (124,179,114). Sum of RGB (Red+Green+Blue) = 124+179+114=417 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.74% from 417); Green value is 179 (70.31% from 255 or 42.93% from 417); Blue value is 114 (44.92% from 255 or 27.34% from 417); Max value from RGB is 179 - color contains mainly: green. Hex color #7CB372 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB372 is #834C8D. Grayscale: #9B9B9B. Windows color (decimal): -8604814 or 7517052. OLE color: 7517052.
HSL color Cylindrical-coordinate representation of color #7CB372: hue angle of 110.77º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7CB372 is Cyan = 0.31, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 124 | 179 | 114 | - |
| CMYK | 0.31 | 0 | 0.36 | 0.30 |
| HSL | 110.77º | 0.3% | 0.57% | - |
| HSV(B) | 110.77º | 0.36% | 0.7% | - |
| XYZ | 27.47 | 37.74 | 21.76 | - |
| YUV | 155.15 | 104.78 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 179 | 114 | 0.31 | 0 | 0.36 | 0.30 | 110.77 | 0.3 | 0.57 |
| Hex | 7C | B3 | 72 | 1F | 0 | 24 | 1E | 6F | 1E | 39 |
| Octal | 174 | 263 | 162 | 37 | 0 | 44 | 36 | 157 | 36 | 71 |
| Binary | 1111100 | 10110011 | 1110010 | 11111 | 0 | 100100 | 11110 | 1101111 | 11110 | 111001 |
Color Harmonies of #7CB372
Complementary color
Monochromatic Colors of #7CB372
Black with #7CB372
Text Example
Text Example
White with #7CB372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB372; }
p { color: rgb(124,179,114); }
H1.HeaderClassName
{
color: #7CB372;
}
.AnyTagClassName
{
color: #7CB372;
}
</style>
background-color css
<style>
a { background-color: #7CB372; }
a { background-color: rgb(124,179,114); }
div.DivClassName
{
background-color: #7CB372;
}
.BgClassName
{
background-color: #7CB372;
}
</style>
border-color css
<style>
span { border-color: #7CB372; }
span { border-color: rgb(124,179,114); }
td.TdClassName
{
border-color: #7CB372;
}
.TagClassName
{
border-color: #7CB372;
}
</style>