Shades of Amulet #7B9E70
Tints of Amulet #7B9E70
RGB
CMYK
RGB Variations
Color information
#7B9E70 (or 0x7B9E70) is known color: Amulet. HEX triplet: 7B, 9E and 70. RGB value is (123,158,112). Sum of RGB (Red+Green+Blue) = 123+158+112=393 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.30% from 393); Green value is 158 (62.11% from 255 or 40.20% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 158 - color contains mainly: green. Hex color #7B9E70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B9E70 is #84618F. Grayscale: #8E8E8E. Windows color (decimal): -8675728 or 7380603. OLE color: 7380603.
HSL color Cylindrical-coordinate representation of color #7B9E70: hue angle of 105.65º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7B9E70 is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 158 | 112 | - |
| CMYK | 0.22 | 0 | 0.29 | 0.38 |
| HSL | 105.65º | 0.19% | 0.53% | - |
| HSV(B) | 105.65º | 0.29% | 0.62% | - |
| XYZ | 23.32 | 29.83 | 19.86 | - |
| YUV | 142.29 | 110.9 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 158 | 112 | 0.22 | 0 | 0.29 | 0.38 | 105.65 | 0.19 | 0.53 |
| Hex | 7B | 9E | 70 | 16 | 0 | 1D | 26 | 6A | 13 | 35 |
| Octal | 173 | 236 | 160 | 26 | 0 | 35 | 46 | 152 | 23 | 65 |
| Binary | 1111011 | 10011110 | 1110000 | 10110 | 0 | 11101 | 100110 | 1101010 | 10011 | 110101 |
Color Harmonies of #7B9E70
Complementary color
Monochromatic Colors of #7B9E70
Black with #7B9E70
Text Example
Text Example
White with #7B9E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9E70; }
p { color: rgb(123,158,112); }
H1.HeaderClassName
{
color: #7B9E70;
}
.AnyTagClassName
{
color: #7B9E70;
}
</style>
background-color css
<style>
a { background-color: #7B9E70; }
a { background-color: rgb(123,158,112); }
div.DivClassName
{
background-color: #7B9E70;
}
.BgClassName
{
background-color: #7B9E70;
}
</style>
border-color css
<style>
span { border-color: #7B9E70; }
span { border-color: rgb(123,158,112); }
td.TdClassName
{
border-color: #7B9E70;
}
.TagClassName
{
border-color: #7B9E70;
}
</style>