Shades of Amulet #7C9B70
Tints of Amulet #7C9B70
RGB
CMYK
RGB Variations
Color information
#7C9B70 (or 0x7C9B70) is known color: Amulet. HEX triplet: 7C, 9B and 70. RGB value is (124,155,112). Sum of RGB (Red+Green+Blue) = 124+155+112=391 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.71% from 391); Green value is 155 (60.94% from 255 or 39.64% from 391); Blue value is 112 (44.14% from 255 or 28.64% from 391); Max value from RGB is 155 - color contains mainly: green. Hex color #7C9B70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C9B70 is #83648F. Grayscale: #8C8C8C. Windows color (decimal): -8610960 or 7379836. OLE color: 7379836.
HSL color Cylindrical-coordinate representation of color #7C9B70: hue angle of 103.26º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7C9B70 is Cyan = 0.2, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 124 | 155 | 112 | - |
| CMYK | 0.2 | 0 | 0.28 | 0.39 |
| HSL | 103.26º | 0.18% | 0.52% | - |
| HSV(B) | 103.26º | 0.28% | 0.61% | - |
| XYZ | 22.96 | 28.9 | 19.7 | - |
| YUV | 140.83 | 111.73 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 155 | 112 | 0.2 | 0 | 0.28 | 0.39 | 103.26 | 0.18 | 0.52 |
| Hex | 7C | 9B | 70 | 14 | 0 | 1C | 27 | 67 | 12 | 34 |
| Octal | 174 | 233 | 160 | 24 | 0 | 34 | 47 | 147 | 22 | 64 |
| Binary | 1111100 | 10011011 | 1110000 | 10100 | 0 | 11100 | 100111 | 1100111 | 10010 | 110100 |
Color Harmonies of #7C9B70
Complementary color
Monochromatic Colors of #7C9B70
Black with #7C9B70
Text Example
Text Example
White with #7C9B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9B70; }
p { color: rgb(124,155,112); }
H1.HeaderClassName
{
color: #7C9B70;
}
.AnyTagClassName
{
color: #7C9B70;
}
</style>
background-color css
<style>
a { background-color: #7C9B70; }
a { background-color: rgb(124,155,112); }
div.DivClassName
{
background-color: #7C9B70;
}
.BgClassName
{
background-color: #7C9B70;
}
</style>
border-color css
<style>
span { border-color: #7C9B70; }
span { border-color: rgb(124,155,112); }
td.TdClassName
{
border-color: #7C9B70;
}
.TagClassName
{
border-color: #7C9B70;
}
</style>