Shades of Amulet #7CB770
Tints of Amulet #7CB770
RGB
CMYK
RGB Variations
Color information
#7CB770 (or 0x7CB770) is known color: Amulet. HEX triplet: 7C, B7 and 70. RGB value is (124,183,112). Sum of RGB (Red+Green+Blue) = 124+183+112=419 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.59% from 419); Green value is 183 (71.88% from 255 or 43.68% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 183 - color contains mainly: green. Hex color #7CB770 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB770 is #83488F. Grayscale: #9D9D9D. Windows color (decimal): -8603792 or 7387004. OLE color: 7387004.
HSL color Cylindrical-coordinate representation of color #7CB770: hue angle of 109.86º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7CB770 is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 124 | 183 | 112 | - |
| CMYK | 0.32 | 0 | 0.39 | 0.28 |
| HSL | 109.86º | 0.33% | 0.58% | - |
| HSV(B) | 109.86º | 0.39% | 0.72% | - |
| XYZ | 28.17 | 39.32 | 21.43 | - |
| YUV | 157.27 | 102.45 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 183 | 112 | 0.32 | 0 | 0.39 | 0.28 | 109.86 | 0.33 | 0.58 |
| Hex | 7C | B7 | 70 | 20 | 0 | 27 | 1C | 6E | 21 | 3A |
| Octal | 174 | 267 | 160 | 40 | 0 | 47 | 34 | 156 | 41 | 72 |
| Binary | 1111100 | 10110111 | 1110000 | 100000 | 0 | 100111 | 11100 | 1101110 | 100001 | 111010 |
Color Harmonies of #7CB770
Complementary color
Monochromatic Colors of #7CB770
Black with #7CB770
Text Example
Text Example
White with #7CB770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB770; }
p { color: rgb(124,183,112); }
H1.HeaderClassName
{
color: #7CB770;
}
.AnyTagClassName
{
color: #7CB770;
}
</style>
background-color css
<style>
a { background-color: #7CB770; }
a { background-color: rgb(124,183,112); }
div.DivClassName
{
background-color: #7CB770;
}
.BgClassName
{
background-color: #7CB770;
}
</style>
border-color css
<style>
span { border-color: #7CB770; }
span { border-color: rgb(124,183,112); }
td.TdClassName
{
border-color: #7CB770;
}
.TagClassName
{
border-color: #7CB770;
}
</style>