Shades of Amulet #7DA275
Tints of Amulet #7DA275
RGB
CMYK
RGB Variations
Color information
#7DA275 (or 0x7DA275) is known color: Amulet. HEX triplet: 7D, A2 and 75. RGB value is (125,162,117). Sum of RGB (Red+Green+Blue) = 125+162+117=404 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.94% from 404); Green value is 162 (63.67% from 255 or 40.10% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 162 - color contains mainly: green. Hex color #7DA275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA275 is #825D8A. Grayscale: #919191. Windows color (decimal): -8543627 or 7709309. OLE color: 7709309.
HSL color Cylindrical-coordinate representation of color #7DA275: hue angle of 109.33º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7DA275 is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 125 | 162 | 117 | - |
| CMYK | 0.23 | 0 | 0.28 | 0.36 |
| HSL | 109.33º | 0.19% | 0.55% | - |
| HSV(B) | 109.33º | 0.28% | 0.64% | - |
| XYZ | 24.59 | 31.48 | 21.61 | - |
| YUV | 145.81 | 111.74 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 162 | 117 | 0.23 | 0 | 0.28 | 0.36 | 109.33 | 0.19 | 0.55 |
| Hex | 7D | A2 | 75 | 17 | 0 | 1C | 24 | 6D | 13 | 37 |
| Octal | 175 | 242 | 165 | 27 | 0 | 34 | 44 | 155 | 23 | 67 |
| Binary | 1111101 | 10100010 | 1110101 | 10111 | 0 | 11100 | 100100 | 1101101 | 10011 | 110111 |
Color Harmonies of #7DA275
Complementary color
Monochromatic Colors of #7DA275
Black with #7DA275
Text Example
Text Example
White with #7DA275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA275; }
p { color: rgb(125,162,117); }
H1.HeaderClassName
{
color: #7DA275;
}
.AnyTagClassName
{
color: #7DA275;
}
</style>
background-color css
<style>
a { background-color: #7DA275; }
a { background-color: rgb(125,162,117); }
div.DivClassName
{
background-color: #7DA275;
}
.BgClassName
{
background-color: #7DA275;
}
</style>
border-color css
<style>
span { border-color: #7DA275; }
span { border-color: rgb(125,162,117); }
td.TdClassName
{
border-color: #7DA275;
}
.TagClassName
{
border-color: #7DA275;
}
</style>