Shades of Amulet #7DAD67
Tints of Amulet #7DAD67
RGB
CMYK
RGB Variations
Color information
#7DAD67 (or 0x7DAD67) is known color: Amulet. HEX triplet: 7D, AD and 67. RGB value is (125,173,103). Sum of RGB (Red+Green+Blue) = 125+173+103=401 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.17% from 401); Green value is 173 (67.97% from 255 or 43.14% from 401); Blue value is 103 (40.62% from 255 or 25.69% from 401); Max value from RGB is 173 - color contains mainly: green. Hex color #7DAD67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAD67 is #825298. Grayscale: #969696. Windows color (decimal): -8540825 or 6794621. OLE color: 6794621.
HSL color Cylindrical-coordinate representation of color #7DAD67: hue angle of 101.14º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DAD67 is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 125 | 173 | 103 | - |
| CMYK | 0.28 | 0 | 0.40 | 0.32 |
| HSL | 101.14º | 0.3% | 0.54% | - |
| HSV(B) | 101.14º | 0.4% | 0.68% | - |
| XYZ | 25.85 | 35.23 | 18.27 | - |
| YUV | 150.67 | 101.1 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 173 | 103 | 0.28 | 0 | 0.40 | 0.32 | 101.14 | 0.3 | 0.54 |
| Hex | 7D | AD | 67 | 1C | 0 | 28 | 20 | 65 | 1E | 36 |
| Octal | 175 | 255 | 147 | 34 | 0 | 50 | 40 | 145 | 36 | 66 |
| Binary | 1111101 | 10101101 | 1100111 | 11100 | 0 | 101000 | 100000 | 1100101 | 11110 | 110110 |
Color Harmonies of #7DAD67
Complementary color
Monochromatic Colors of #7DAD67
Black with #7DAD67
Text Example
Text Example
White with #7DAD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAD67; }
p { color: rgb(125,173,103); }
H1.HeaderClassName
{
color: #7DAD67;
}
.AnyTagClassName
{
color: #7DAD67;
}
</style>
background-color css
<style>
a { background-color: #7DAD67; }
a { background-color: rgb(125,173,103); }
div.DivClassName
{
background-color: #7DAD67;
}
.BgClassName
{
background-color: #7DAD67;
}
</style>
border-color css
<style>
span { border-color: #7DAD67; }
span { border-color: rgb(125,173,103); }
td.TdClassName
{
border-color: #7DAD67;
}
.TagClassName
{
border-color: #7DAD67;
}
</style>