Shades of Amulet #7DAA6D
Tints of Amulet #7DAA6D
RGB
CMYK
RGB Variations
Color information
#7DAA6D (or 0x7DAA6D) is known color: Amulet. HEX triplet: 7D, AA and 6D. RGB value is (125,170,109). Sum of RGB (Red+Green+Blue) = 125+170+109=404 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.94% from 404); Green value is 170 (66.80% from 255 or 42.08% from 404); Blue value is 109 (42.97% from 255 or 26.98% from 404); Max value from RGB is 170 - color contains mainly: green. Hex color #7DAA6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAA6D is #825592. Grayscale: #959595. Windows color (decimal): -8541587 or 7187069. OLE color: 7187069.
HSL color Cylindrical-coordinate representation of color #7DAA6D: hue angle of 104.26º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7DAA6D is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 170 | 109 | - |
| CMYK | 0.26 | 0 | 0.36 | 0.33 |
| HSL | 104.26º | 0.26% | 0.55% | - |
| HSV(B) | 104.26º | 0.36% | 0.67% | - |
| XYZ | 25.59 | 34.21 | 19.72 | - |
| YUV | 149.59 | 105.09 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 170 | 109 | 0.26 | 0 | 0.36 | 0.33 | 104.26 | 0.26 | 0.55 |
| Hex | 7D | AA | 6D | 1A | 0 | 24 | 21 | 68 | 1A | 37 |
| Octal | 175 | 252 | 155 | 32 | 0 | 44 | 41 | 150 | 32 | 67 |
| Binary | 1111101 | 10101010 | 1101101 | 11010 | 0 | 100100 | 100001 | 1101000 | 11010 | 110111 |
Color Harmonies of #7DAA6D
Complementary color
Monochromatic Colors of #7DAA6D
Black with #7DAA6D
Text Example
Text Example
White with #7DAA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAA6D; }
p { color: rgb(125,170,109); }
H1.HeaderClassName
{
color: #7DAA6D;
}
.AnyTagClassName
{
color: #7DAA6D;
}
</style>
background-color css
<style>
a { background-color: #7DAA6D; }
a { background-color: rgb(125,170,109); }
div.DivClassName
{
background-color: #7DAA6D;
}
.BgClassName
{
background-color: #7DAA6D;
}
</style>
border-color css
<style>
span { border-color: #7DAA6D; }
span { border-color: rgb(125,170,109); }
td.TdClassName
{
border-color: #7DAA6D;
}
.TagClassName
{
border-color: #7DAA6D;
}
</style>