Shades of Amulet #7DA27C
Tints of Amulet #7DA27C
RGB
CMYK
RGB Variations
Color information
#7DA27C (or 0x7DA27C) is known color: Amulet. HEX triplet: 7D, A2 and 7C. RGB value is (125,162,124). Sum of RGB (Red+Green+Blue) = 125+162+124=411 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.41% from 411); Green value is 162 (63.67% from 255 or 39.42% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 162 - color contains mainly: green. Hex color #7DA27C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA27C is #825D83. Grayscale: #929292. Windows color (decimal): -8543620 or 8168061. OLE color: 8168061.
HSL color Cylindrical-coordinate representation of color #7DA27C: hue angle of 118.42º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7DA27C is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 125 | 162 | 124 | - |
| CMYK | 0.23 | 0 | 0.23 | 0.36 |
| HSL | 118.42º | 0.17% | 0.56% | - |
| HSV(B) | 118.42º | 0.23% | 0.64% | - |
| XYZ | 25.02 | 31.66 | 23.86 | - |
| YUV | 146.61 | 115.24 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 162 | 124 | 0.23 | 0 | 0.23 | 0.36 | 118.42 | 0.17 | 0.56 |
| Hex | 7D | A2 | 7C | 17 | 0 | 17 | 24 | 76 | 11 | 38 |
| Octal | 175 | 242 | 174 | 27 | 0 | 27 | 44 | 166 | 21 | 70 |
| Binary | 1111101 | 10100010 | 1111100 | 10111 | 0 | 10111 | 100100 | 1110110 | 10001 | 111000 |
Color Harmonies of #7DA27C
Complementary color
Monochromatic Colors of #7DA27C
Black with #7DA27C
Text Example
Text Example
White with #7DA27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA27C; }
p { color: rgb(125,162,124); }
H1.HeaderClassName
{
color: #7DA27C;
}
.AnyTagClassName
{
color: #7DA27C;
}
</style>
background-color css
<style>
a { background-color: #7DA27C; }
a { background-color: rgb(125,162,124); }
div.DivClassName
{
background-color: #7DA27C;
}
.BgClassName
{
background-color: #7DA27C;
}
</style>
border-color css
<style>
span { border-color: #7DA27C; }
span { border-color: rgb(125,162,124); }
td.TdClassName
{
border-color: #7DA27C;
}
.TagClassName
{
border-color: #7DA27C;
}
</style>