Shades of Amulet #7DAD7A
Tints of Amulet #7DAD7A
RGB
CMYK
RGB Variations
Color information
#7DAD7A (or 0x7DAD7A) is known color: Amulet. HEX triplet: 7D, AD and 7A. RGB value is (125,173,122). Sum of RGB (Red+Green+Blue) = 125+173+122=420 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.76% from 420); Green value is 173 (67.97% from 255 or 41.19% from 420); Blue value is 122 (48.05% from 255 or 29.05% from 420); Max value from RGB is 173 - color contains mainly: green. Hex color #7DAD7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAD7A is #825285. Grayscale: #989898. Windows color (decimal): -8540806 or 8039805. OLE color: 8039805.
HSL color Cylindrical-coordinate representation of color #7DAD7A: hue angle of 116.47º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7DAD7A is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 125 | 173 | 122 | - |
| CMYK | 0.28 | 0 | 0.29 | 0.32 |
| HSL | 116.47º | 0.24% | 0.58% | - |
| HSV(B) | 116.47º | 0.29% | 0.68% | - |
| XYZ | 26.91 | 35.65 | 23.88 | - |
| YUV | 152.83 | 110.6 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 173 | 122 | 0.28 | 0 | 0.29 | 0.32 | 116.47 | 0.24 | 0.58 |
| Hex | 7D | AD | 7A | 1C | 0 | 1D | 20 | 74 | 18 | 3A |
| Octal | 175 | 255 | 172 | 34 | 0 | 35 | 40 | 164 | 30 | 72 |
| Binary | 1111101 | 10101101 | 1111010 | 11100 | 0 | 11101 | 100000 | 1110100 | 11000 | 111010 |
Color Harmonies of #7DAD7A
Complementary color
Monochromatic Colors of #7DAD7A
Black with #7DAD7A
Text Example
Text Example
White with #7DAD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAD7A; }
p { color: rgb(125,173,122); }
H1.HeaderClassName
{
color: #7DAD7A;
}
.AnyTagClassName
{
color: #7DAD7A;
}
</style>
background-color css
<style>
a { background-color: #7DAD7A; }
a { background-color: rgb(125,173,122); }
div.DivClassName
{
background-color: #7DAD7A;
}
.BgClassName
{
background-color: #7DAD7A;
}
</style>
border-color css
<style>
span { border-color: #7DAD7A; }
span { border-color: rgb(125,173,122); }
td.TdClassName
{
border-color: #7DAD7A;
}
.TagClassName
{
border-color: #7DAD7A;
}
</style>