Shades of Amulet #7DA270
Tints of Amulet #7DA270
RGB
CMYK
RGB Variations
Color information
#7DA270 (or 0x7DA270) is known color: Amulet. HEX triplet: 7D, A2 and 70. RGB value is (125,162,112). Sum of RGB (Red+Green+Blue) = 125+162+112=399 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.33% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 112 (44.14% from 255 or 28.07% from 399); Max value from RGB is 162 - color contains mainly: green. Hex color #7DA270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA270 is #825D8F. Grayscale: #919191. Windows color (decimal): -8543632 or 7381629. OLE color: 7381629.
HSL color Cylindrical-coordinate representation of color #7DA270: hue angle of 104.4º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7DA270 is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 125 | 162 | 112 | - |
| CMYK | 0.23 | 0 | 0.31 | 0.36 |
| HSL | 104.4º | 0.21% | 0.54% | - |
| HSV(B) | 104.4º | 0.31% | 0.64% | - |
| XYZ | 24.3 | 31.37 | 20.1 | - |
| YUV | 145.24 | 109.24 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 162 | 112 | 0.23 | 0 | 0.31 | 0.36 | 104.4 | 0.21 | 0.54 |
| Hex | 7D | A2 | 70 | 17 | 0 | 1F | 24 | 68 | 15 | 36 |
| Octal | 175 | 242 | 160 | 27 | 0 | 37 | 44 | 150 | 25 | 66 |
| Binary | 1111101 | 10100010 | 1110000 | 10111 | 0 | 11111 | 100100 | 1101000 | 10101 | 110110 |
Color Harmonies of #7DA270
Complementary color
Monochromatic Colors of #7DA270
Black with #7DA270
Text Example
Text Example
White with #7DA270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA270; }
p { color: rgb(125,162,112); }
H1.HeaderClassName
{
color: #7DA270;
}
.AnyTagClassName
{
color: #7DA270;
}
</style>
background-color css
<style>
a { background-color: #7DA270; }
a { background-color: rgb(125,162,112); }
div.DivClassName
{
background-color: #7DA270;
}
.BgClassName
{
background-color: #7DA270;
}
</style>
border-color css
<style>
span { border-color: #7DA270; }
span { border-color: rgb(125,162,112); }
td.TdClassName
{
border-color: #7DA270;
}
.TagClassName
{
border-color: #7DA270;
}
</style>