Shades of Amulet #7DA967
Tints of Amulet #7DA967
RGB
CMYK
RGB Variations
Color information
#7DA967 (or 0x7DA967) is known color: Amulet. HEX triplet: 7D, A9 and 67. RGB value is (125,169,103). Sum of RGB (Red+Green+Blue) = 125+169+103=397 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.49% from 397); Green value is 169 (66.41% from 255 or 42.57% from 397); Blue value is 103 (40.62% from 255 or 25.94% from 397); Max value from RGB is 169 - color contains mainly: green. Hex color #7DA967 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA967 is #825698. Grayscale: #949494. Windows color (decimal): -8541849 or 6793597. OLE color: 6793597.
HSL color Cylindrical-coordinate representation of color #7DA967: hue angle of 100º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DA967 is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 125 | 169 | 103 | - |
| CMYK | 0.26 | 0 | 0.39 | 0.34 |
| HSL | 100º | 0.28% | 0.53% | - |
| HSV(B) | 100º | 0.39% | 0.66% | - |
| XYZ | 25.09 | 33.72 | 18.02 | - |
| YUV | 148.32 | 102.42 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 169 | 103 | 0.26 | 0 | 0.39 | 0.34 | 100 | 0.28 | 0.53 |
| Hex | 7D | A9 | 67 | 1A | 0 | 27 | 22 | 64 | 1C | 35 |
| Octal | 175 | 251 | 147 | 32 | 0 | 47 | 42 | 144 | 34 | 65 |
| Binary | 1111101 | 10101001 | 1100111 | 11010 | 0 | 100111 | 100010 | 1100100 | 11100 | 110101 |
Color Harmonies of #7DA967
Complementary color
Monochromatic Colors of #7DA967
Black with #7DA967
Text Example
Text Example
White with #7DA967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA967; }
p { color: rgb(125,169,103); }
H1.HeaderClassName
{
color: #7DA967;
}
.AnyTagClassName
{
color: #7DA967;
}
</style>
background-color css
<style>
a { background-color: #7DA967; }
a { background-color: rgb(125,169,103); }
div.DivClassName
{
background-color: #7DA967;
}
.BgClassName
{
background-color: #7DA967;
}
</style>
border-color css
<style>
span { border-color: #7DA967; }
span { border-color: rgb(125,169,103); }
td.TdClassName
{
border-color: #7DA967;
}
.TagClassName
{
border-color: #7DA967;
}
</style>