Shades of Amulet #7D9F6F
Tints of Amulet #7D9F6F
RGB
CMYK
RGB Variations
Color information
#7D9F6F (or 0x7D9F6F) is known color: Amulet. HEX triplet: 7D, 9F and 6F. RGB value is (125,159,111). Sum of RGB (Red+Green+Blue) = 125+159+111=395 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.65% from 395); Green value is 159 (62.5% from 255 or 40.25% from 395); Blue value is 111 (43.75% from 255 or 28.10% from 395); Max value from RGB is 159 - color contains mainly: green. Hex color #7D9F6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9F6F is #826090. Grayscale: #8F8F8F. Windows color (decimal): -8544401 or 7315325. OLE color: 7315325.
HSL color Cylindrical-coordinate representation of color #7D9F6F: hue angle of 102.5º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7D9F6F is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 125 | 159 | 111 | - |
| CMYK | 0.21 | 0 | 0.30 | 0.38 |
| HSL | 102.5º | 0.2% | 0.53% | - |
| HSV(B) | 102.5º | 0.3% | 0.62% | - |
| XYZ | 23.72 | 30.3 | 19.64 | - |
| YUV | 143.36 | 109.74 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 159 | 111 | 0.21 | 0 | 0.30 | 0.38 | 102.5 | 0.2 | 0.53 |
| Hex | 7D | 9F | 6F | 15 | 0 | 1E | 26 | 66 | 14 | 35 |
| Octal | 175 | 237 | 157 | 25 | 0 | 36 | 46 | 146 | 24 | 65 |
| Binary | 1111101 | 10011111 | 1101111 | 10101 | 0 | 11110 | 100110 | 1100110 | 10100 | 110101 |
Color Harmonies of #7D9F6F
Complementary color
Monochromatic Colors of #7D9F6F
Black with #7D9F6F
Text Example
Text Example
White with #7D9F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9F6F; }
p { color: rgb(125,159,111); }
H1.HeaderClassName
{
color: #7D9F6F;
}
.AnyTagClassName
{
color: #7D9F6F;
}
</style>
background-color css
<style>
a { background-color: #7D9F6F; }
a { background-color: rgb(125,159,111); }
div.DivClassName
{
background-color: #7D9F6F;
}
.BgClassName
{
background-color: #7D9F6F;
}
</style>
border-color css
<style>
span { border-color: #7D9F6F; }
span { border-color: rgb(125,159,111); }
td.TdClassName
{
border-color: #7D9F6F;
}
.TagClassName
{
border-color: #7D9F6F;
}
</style>