Shades of Amulet #7DA272
Tints of Amulet #7DA272
RGB
CMYK
RGB Variations
Color information
#7DA272 (or 0x7DA272) is known color: Amulet. HEX triplet: 7D, A2 and 72. RGB value is (125,162,114). Sum of RGB (Red+Green+Blue) = 125+162+114=401 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.17% from 401); Green value is 162 (63.67% from 255 or 40.40% from 401); Blue value is 114 (44.92% from 255 or 28.43% from 401); Max value from RGB is 162 - color contains mainly: green. Hex color #7DA272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA272 is #825D8D. Grayscale: #919191. Windows color (decimal): -8543630 or 7512701. OLE color: 7512701.
HSL color Cylindrical-coordinate representation of color #7DA272: hue angle of 106.25º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7DA272 is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 125 | 162 | 114 | - |
| CMYK | 0.23 | 0 | 0.30 | 0.36 |
| HSL | 106.25º | 0.21% | 0.54% | - |
| HSV(B) | 106.25º | 0.3% | 0.64% | - |
| XYZ | 24.42 | 31.42 | 20.7 | - |
| YUV | 145.47 | 110.24 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 162 | 114 | 0.23 | 0 | 0.30 | 0.36 | 106.25 | 0.21 | 0.54 |
| Hex | 7D | A2 | 72 | 17 | 0 | 1E | 24 | 6A | 15 | 36 |
| Octal | 175 | 242 | 162 | 27 | 0 | 36 | 44 | 152 | 25 | 66 |
| Binary | 1111101 | 10100010 | 1110010 | 10111 | 0 | 11110 | 100100 | 1101010 | 10101 | 110110 |
Color Harmonies of #7DA272
Complementary color
Monochromatic Colors of #7DA272
Black with #7DA272
Text Example
Text Example
White with #7DA272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA272; }
p { color: rgb(125,162,114); }
H1.HeaderClassName
{
color: #7DA272;
}
.AnyTagClassName
{
color: #7DA272;
}
</style>
background-color css
<style>
a { background-color: #7DA272; }
a { background-color: rgb(125,162,114); }
div.DivClassName
{
background-color: #7DA272;
}
.BgClassName
{
background-color: #7DA272;
}
</style>
border-color css
<style>
span { border-color: #7DA272; }
span { border-color: rgb(125,162,114); }
td.TdClassName
{
border-color: #7DA272;
}
.TagClassName
{
border-color: #7DA272;
}
</style>