Shades of Amulet #7C9B6C
Tints of Amulet #7C9B6C
RGB
CMYK
RGB Variations
Color information
#7C9B6C (or 0x7C9B6C) is known color: Amulet. HEX triplet: 7C, 9B and 6C. RGB value is (124,155,108). Sum of RGB (Red+Green+Blue) = 124+155+108=387 (51% of max value = 765). Red value is 124 (48.83% from 255 or 32.04% from 387); Green value is 155 (60.94% from 255 or 40.05% from 387); Blue value is 108 (42.58% from 255 or 27.91% from 387); Max value from RGB is 155 - color contains mainly: green. Hex color #7C9B6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C9B6C is #836493. Grayscale: #8C8C8C. Windows color (decimal): -8610964 or 7117692. OLE color: 7117692.
HSL color Cylindrical-coordinate representation of color #7C9B6C: hue angle of 99.57º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7C9B6C is Cyan = 0.2, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 124 | 155 | 108 | - |
| CMYK | 0.2 | 0 | 0.30 | 0.39 |
| HSL | 99.57º | 0.19% | 0.52% | - |
| HSV(B) | 99.57º | 0.3% | 0.61% | - |
| XYZ | 22.74 | 28.81 | 18.55 | - |
| YUV | 140.37 | 109.73 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 155 | 108 | 0.2 | 0 | 0.30 | 0.39 | 99.57 | 0.19 | 0.52 |
| Hex | 7C | 9B | 6C | 14 | 0 | 1E | 27 | 64 | 13 | 34 |
| Octal | 174 | 233 | 154 | 24 | 0 | 36 | 47 | 144 | 23 | 64 |
| Binary | 1111100 | 10011011 | 1101100 | 10100 | 0 | 11110 | 100111 | 1100100 | 10011 | 110100 |
Color Harmonies of #7C9B6C
Complementary color
Monochromatic Colors of #7C9B6C
Black with #7C9B6C
Text Example
Text Example
White with #7C9B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9B6C; }
p { color: rgb(124,155,108); }
H1.HeaderClassName
{
color: #7C9B6C;
}
.AnyTagClassName
{
color: #7C9B6C;
}
</style>
background-color css
<style>
a { background-color: #7C9B6C; }
a { background-color: rgb(124,155,108); }
div.DivClassName
{
background-color: #7C9B6C;
}
.BgClassName
{
background-color: #7C9B6C;
}
</style>
border-color css
<style>
span { border-color: #7C9B6C; }
span { border-color: rgb(124,155,108); }
td.TdClassName
{
border-color: #7C9B6C;
}
.TagClassName
{
border-color: #7C9B6C;
}
</style>