Shades of Amulet #7B9E72
Tints of Amulet #7B9E72
RGB
CMYK
RGB Variations
Color information
#7B9E72 (or 0x7B9E72) is known color: Amulet. HEX triplet: 7B, 9E and 72. RGB value is (123,158,114). Sum of RGB (Red+Green+Blue) = 123+158+114=395 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.14% from 395); Green value is 158 (62.11% from 255 or 40% from 395); Blue value is 114 (44.92% from 255 or 28.86% from 395); Max value from RGB is 158 - color contains mainly: green. Hex color #7B9E72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B9E72 is #84618D. Grayscale: #8E8E8E. Windows color (decimal): -8675726 or 7511675. OLE color: 7511675.
HSL color Cylindrical-coordinate representation of color #7B9E72: hue angle of 107.73º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7B9E72 is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 158 | 114 | - |
| CMYK | 0.22 | 0 | 0.28 | 0.38 |
| HSL | 107.73º | 0.18% | 0.53% | - |
| HSV(B) | 107.73º | 0.28% | 0.62% | - |
| XYZ | 23.43 | 29.88 | 20.45 | - |
| YUV | 142.52 | 111.9 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 158 | 114 | 0.22 | 0 | 0.28 | 0.38 | 107.73 | 0.18 | 0.53 |
| Hex | 7B | 9E | 72 | 16 | 0 | 1C | 26 | 6C | 12 | 35 |
| Octal | 173 | 236 | 162 | 26 | 0 | 34 | 46 | 154 | 22 | 65 |
| Binary | 1111011 | 10011110 | 1110010 | 10110 | 0 | 11100 | 100110 | 1101100 | 10010 | 110101 |
Color Harmonies of #7B9E72
Complementary color
Monochromatic Colors of #7B9E72
Black with #7B9E72
Text Example
Text Example
White with #7B9E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9E72; }
p { color: rgb(123,158,114); }
H1.HeaderClassName
{
color: #7B9E72;
}
.AnyTagClassName
{
color: #7B9E72;
}
</style>
background-color css
<style>
a { background-color: #7B9E72; }
a { background-color: rgb(123,158,114); }
div.DivClassName
{
background-color: #7B9E72;
}
.BgClassName
{
background-color: #7B9E72;
}
</style>
border-color css
<style>
span { border-color: #7B9E72; }
span { border-color: rgb(123,158,114); }
td.TdClassName
{
border-color: #7B9E72;
}
.TagClassName
{
border-color: #7B9E72;
}
</style>