Shades of Amulet #7D9F6D
Tints of Amulet #7D9F6D
RGB
CMYK
RGB Variations
Color information
#7D9F6D (or 0x7D9F6D) is known color: Amulet. HEX triplet: 7D, 9F and 6D. RGB value is (125,159,109). Sum of RGB (Red+Green+Blue) = 125+159+109=393 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.81% from 393); Green value is 159 (62.5% from 255 or 40.46% from 393); Blue value is 109 (42.97% from 255 or 27.74% from 393); Max value from RGB is 159 - color contains mainly: green. Hex color #7D9F6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9F6D is #826092. Grayscale: #8F8F8F. Windows color (decimal): -8544403 or 7184253. OLE color: 7184253.
HSL color Cylindrical-coordinate representation of color #7D9F6D: hue angle of 100.8º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7D9F6D is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 125 | 159 | 109 | - |
| CMYK | 0.21 | 0 | 0.31 | 0.38 |
| HSL | 100.8º | 0.21% | 0.53% | - |
| HSV(B) | 100.8º | 0.31% | 0.62% | - |
| XYZ | 23.62 | 30.26 | 19.06 | - |
| YUV | 143.13 | 108.74 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 159 | 109 | 0.21 | 0 | 0.31 | 0.38 | 100.8 | 0.21 | 0.53 |
| Hex | 7D | 9F | 6D | 15 | 0 | 1F | 26 | 65 | 15 | 35 |
| Octal | 175 | 237 | 155 | 25 | 0 | 37 | 46 | 145 | 25 | 65 |
| Binary | 1111101 | 10011111 | 1101101 | 10101 | 0 | 11111 | 100110 | 1100101 | 10101 | 110101 |
Color Harmonies of #7D9F6D
Complementary color
Monochromatic Colors of #7D9F6D
Black with #7D9F6D
Text Example
Text Example
White with #7D9F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9F6D; }
p { color: rgb(125,159,109); }
H1.HeaderClassName
{
color: #7D9F6D;
}
.AnyTagClassName
{
color: #7D9F6D;
}
</style>
background-color css
<style>
a { background-color: #7D9F6D; }
a { background-color: rgb(125,159,109); }
div.DivClassName
{
background-color: #7D9F6D;
}
.BgClassName
{
background-color: #7D9F6D;
}
</style>
border-color css
<style>
span { border-color: #7D9F6D; }
span { border-color: rgb(125,159,109); }
td.TdClassName
{
border-color: #7D9F6D;
}
.TagClassName
{
border-color: #7D9F6D;
}
</style>