Shades of Amulet #7C9B6A
Tints of Amulet #7C9B6A
RGB
CMYK
RGB Variations
Color information
#7C9B6A (or 0x7C9B6A) is known color: Amulet. HEX triplet: 7C, 9B and 6A. RGB value is (124,155,106). Sum of RGB (Red+Green+Blue) = 124+155+106=385 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.21% from 385); Green value is 155 (60.94% from 255 or 40.26% from 385); Blue value is 106 (41.80% from 255 or 27.53% from 385); Max value from RGB is 155 - color contains mainly: green. Hex color #7C9B6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C9B6A is #836495. Grayscale: #8C8C8C. Windows color (decimal): -8610966 or 6986620. OLE color: 6986620.
HSL color Cylindrical-coordinate representation of color #7C9B6A: hue angle of 97.96º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7C9B6A is Cyan = 0.2, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 124 | 155 | 106 | - |
| CMYK | 0.2 | 0 | 0.32 | 0.39 |
| HSL | 97.96º | 0.2% | 0.51% | - |
| HSV(B) | 97.96º | 0.32% | 0.61% | - |
| XYZ | 22.64 | 28.77 | 18 | - |
| YUV | 140.15 | 108.73 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 155 | 106 | 0.2 | 0 | 0.32 | 0.39 | 97.96 | 0.2 | 0.51 |
| Hex | 7C | 9B | 6A | 14 | 0 | 20 | 27 | 62 | 14 | 33 |
| Octal | 174 | 233 | 152 | 24 | 0 | 40 | 47 | 142 | 24 | 63 |
| Binary | 1111100 | 10011011 | 1101010 | 10100 | 0 | 100000 | 100111 | 1100010 | 10100 | 110011 |
Color Harmonies of #7C9B6A
Complementary color
Monochromatic Colors of #7C9B6A
Black with #7C9B6A
Text Example
Text Example
White with #7C9B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9B6A; }
p { color: rgb(124,155,106); }
H1.HeaderClassName
{
color: #7C9B6A;
}
.AnyTagClassName
{
color: #7C9B6A;
}
</style>
background-color css
<style>
a { background-color: #7C9B6A; }
a { background-color: rgb(124,155,106); }
div.DivClassName
{
background-color: #7C9B6A;
}
.BgClassName
{
background-color: #7C9B6A;
}
</style>
border-color css
<style>
span { border-color: #7C9B6A; }
span { border-color: rgb(124,155,106); }
td.TdClassName
{
border-color: #7C9B6A;
}
.TagClassName
{
border-color: #7C9B6A;
}
</style>