Shades of Amulet #7E9B6C
Tints of Amulet #7E9B6C
RGB
CMYK
RGB Variations
Color information
#7E9B6C (or 0x7E9B6C) is known color: Amulet. HEX triplet: 7E, 9B and 6C. RGB value is (126,155,108). Sum of RGB (Red+Green+Blue) = 126+155+108=389 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.39% from 389); Green value is 155 (60.94% from 255 or 39.85% from 389); Blue value is 108 (42.58% from 255 or 27.76% from 389); Max value from RGB is 155 - color contains mainly: green. Hex color #7E9B6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9B6C is #816493. Grayscale: #8D8D8D. Windows color (decimal): -8479892 or 7117694. OLE color: 7117694.
HSL color Cylindrical-coordinate representation of color #7E9B6C: hue angle of 97.02º 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 #7E9B6C is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 126 | 155 | 108 | - |
| CMYK | 0.19 | 0 | 0.30 | 0.39 |
| HSL | 97.02º | 0.19% | 0.52% | - |
| HSV(B) | 97.02º | 0.3% | 0.61% | - |
| XYZ | 23.03 | 28.96 | 18.56 | - |
| YUV | 140.97 | 109.39 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 155 | 108 | 0.19 | 0 | 0.30 | 0.39 | 97.02 | 0.19 | 0.52 |
| Hex | 7E | 9B | 6C | 13 | 0 | 1E | 27 | 61 | 13 | 34 |
| Octal | 176 | 233 | 154 | 23 | 0 | 36 | 47 | 141 | 23 | 64 |
| Binary | 1111110 | 10011011 | 1101100 | 10011 | 0 | 11110 | 100111 | 1100001 | 10011 | 110100 |
Color Harmonies of #7E9B6C
Complementary color
Monochromatic Colors of #7E9B6C
Black with #7E9B6C
Text Example
Text Example
White with #7E9B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9B6C; }
p { color: rgb(126,155,108); }
H1.HeaderClassName
{
color: #7E9B6C;
}
.AnyTagClassName
{
color: #7E9B6C;
}
</style>
background-color css
<style>
a { background-color: #7E9B6C; }
a { background-color: rgb(126,155,108); }
div.DivClassName
{
background-color: #7E9B6C;
}
.BgClassName
{
background-color: #7E9B6C;
}
</style>
border-color css
<style>
span { border-color: #7E9B6C; }
span { border-color: rgb(126,155,108); }
td.TdClassName
{
border-color: #7E9B6C;
}
.TagClassName
{
border-color: #7E9B6C;
}
</style>