Shades of Amulet #7DA278
Tints of Amulet #7DA278
RGB
CMYK
RGB Variations
Color information
#7DA278 (or 0x7DA278) is known color: Amulet. HEX triplet: 7D, A2 and 78. RGB value is (125,162,120). Sum of RGB (Red+Green+Blue) = 125+162+120=407 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.71% from 407); Green value is 162 (63.67% from 255 or 39.80% from 407); Blue value is 120 (47.27% from 255 or 29.48% from 407); Max value from RGB is 162 - color contains mainly: green. Hex color #7DA278 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA278 is #825D87. Grayscale: #929292. Windows color (decimal): -8543624 or 7905917. OLE color: 7905917.
HSL color Cylindrical-coordinate representation of color #7DA278: hue angle of 112.86º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7DA278 is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 125 | 162 | 120 | - |
| CMYK | 0.23 | 0 | 0.26 | 0.36 |
| HSL | 112.86º | 0.18% | 0.55% | - |
| HSV(B) | 112.86º | 0.26% | 0.64% | - |
| XYZ | 24.77 | 31.56 | 22.55 | - |
| YUV | 146.15 | 113.24 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 162 | 120 | 0.23 | 0 | 0.26 | 0.36 | 112.86 | 0.18 | 0.55 |
| Hex | 7D | A2 | 78 | 17 | 0 | 1A | 24 | 71 | 12 | 37 |
| Octal | 175 | 242 | 170 | 27 | 0 | 32 | 44 | 161 | 22 | 67 |
| Binary | 1111101 | 10100010 | 1111000 | 10111 | 0 | 11010 | 100100 | 1110001 | 10010 | 110111 |
Color Harmonies of #7DA278
Complementary color
Monochromatic Colors of #7DA278
Black with #7DA278
Text Example
Text Example
White with #7DA278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA278; }
p { color: rgb(125,162,120); }
H1.HeaderClassName
{
color: #7DA278;
}
.AnyTagClassName
{
color: #7DA278;
}
</style>
background-color css
<style>
a { background-color: #7DA278; }
a { background-color: rgb(125,162,120); }
div.DivClassName
{
background-color: #7DA278;
}
.BgClassName
{
background-color: #7DA278;
}
</style>
border-color css
<style>
span { border-color: #7DA278; }
span { border-color: rgb(125,162,120); }
td.TdClassName
{
border-color: #7DA278;
}
.TagClassName
{
border-color: #7DA278;
}
</style>