Shades of Amulet #7DA26B
Tints of Amulet #7DA26B
RGB
CMYK
RGB Variations
Color information
#7DA26B (or 0x7DA26B) is known color: Amulet. HEX triplet: 7D, A2 and 6B. RGB value is (125,162,107). Sum of RGB (Red+Green+Blue) = 125+162+107=394 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.73% from 394); Green value is 162 (63.67% from 255 or 41.12% from 394); Blue value is 107 (42.19% from 255 or 27.16% from 394); Max value from RGB is 162 - color contains mainly: green. Hex color #7DA26B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA26B is #825D94. Grayscale: #909090. Windows color (decimal): -8543637 or 7053949. OLE color: 7053949.
HSL color Cylindrical-coordinate representation of color #7DA26B: hue angle of 100.36º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7DA26B is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 125 | 162 | 107 | - |
| CMYK | 0.23 | 0 | 0.34 | 0.36 |
| HSL | 100.36º | 0.23% | 0.53% | - |
| HSV(B) | 100.36º | 0.34% | 0.64% | - |
| XYZ | 24.03 | 31.26 | 18.68 | - |
| YUV | 144.67 | 106.74 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 162 | 107 | 0.23 | 0 | 0.34 | 0.36 | 100.36 | 0.23 | 0.53 |
| Hex | 7D | A2 | 6B | 17 | 0 | 22 | 24 | 64 | 17 | 35 |
| Octal | 175 | 242 | 153 | 27 | 0 | 42 | 44 | 144 | 27 | 65 |
| Binary | 1111101 | 10100010 | 1101011 | 10111 | 0 | 100010 | 100100 | 1100100 | 10111 | 110101 |
Color Harmonies of #7DA26B
Complementary color
Monochromatic Colors of #7DA26B
Black with #7DA26B
Text Example
Text Example
White with #7DA26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA26B; }
p { color: rgb(125,162,107); }
H1.HeaderClassName
{
color: #7DA26B;
}
.AnyTagClassName
{
color: #7DA26B;
}
</style>
background-color css
<style>
a { background-color: #7DA26B; }
a { background-color: rgb(125,162,107); }
div.DivClassName
{
background-color: #7DA26B;
}
.BgClassName
{
background-color: #7DA26B;
}
</style>
border-color css
<style>
span { border-color: #7DA26B; }
span { border-color: rgb(125,162,107); }
td.TdClassName
{
border-color: #7DA26B;
}
.TagClassName
{
border-color: #7DA26B;
}
</style>