Shades of Amulet #7D9E70
Tints of Amulet #7D9E70
RGB
CMYK
RGB Variations
Color information
#7D9E70 (or 0x7D9E70) is known color: Amulet. HEX triplet: 7D, 9E and 70. RGB value is (125,158,112). Sum of RGB (Red+Green+Blue) = 125+158+112=395 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.65% from 395); Green value is 158 (62.11% from 255 or 40% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 158 - color contains mainly: green. Hex color #7D9E70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9E70 is #82618F. Grayscale: #8F8F8F. Windows color (decimal): -8544656 or 7380605. OLE color: 7380605.
HSL color Cylindrical-coordinate representation of color #7D9E70: hue angle of 103.04º 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 #7D9E70 is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 125 | 158 | 112 | - |
| CMYK | 0.21 | 0 | 0.29 | 0.38 |
| HSL | 103.04º | 0.19% | 0.53% | - |
| HSV(B) | 103.04º | 0.29% | 0.62% | - |
| XYZ | 23.61 | 29.98 | 19.87 | - |
| YUV | 142.89 | 110.57 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 158 | 112 | 0.21 | 0 | 0.29 | 0.38 | 103.04 | 0.19 | 0.53 |
| Hex | 7D | 9E | 70 | 15 | 0 | 1D | 26 | 67 | 13 | 35 |
| Octal | 175 | 236 | 160 | 25 | 0 | 35 | 46 | 147 | 23 | 65 |
| Binary | 1111101 | 10011110 | 1110000 | 10101 | 0 | 11101 | 100110 | 1100111 | 10011 | 110101 |
Color Harmonies of #7D9E70
Complementary color
Monochromatic Colors of #7D9E70
Black with #7D9E70
Text Example
Text Example
White with #7D9E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9E70; }
p { color: rgb(125,158,112); }
H1.HeaderClassName
{
color: #7D9E70;
}
.AnyTagClassName
{
color: #7D9E70;
}
</style>
background-color css
<style>
a { background-color: #7D9E70; }
a { background-color: rgb(125,158,112); }
div.DivClassName
{
background-color: #7D9E70;
}
.BgClassName
{
background-color: #7D9E70;
}
</style>
border-color css
<style>
span { border-color: #7D9E70; }
span { border-color: rgb(125,158,112); }
td.TdClassName
{
border-color: #7D9E70;
}
.TagClassName
{
border-color: #7D9E70;
}
</style>