Shades of Amulet #7DA67D
Tints of Amulet #7DA67D
RGB
CMYK
RGB Variations
Color information
#7DA67D (or 0x7DA67D) is known color: Amulet. HEX triplet: 7D, A6 and 7D. RGB value is (125,166,125). Sum of RGB (Red+Green+Blue) = 125+166+125=416 (55% of max value = 765). Red value is 125 (49.22% from 255 or 30.05% from 416); Green value is 166 (65.23% from 255 or 39.90% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 166 - color contains mainly: green. Hex color #7DA67D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA67D is #825982. Grayscale: #959595. Windows color (decimal): -8542595 or 8234621. OLE color: 8234621.
HSL color Cylindrical-coordinate representation of color #7DA67D: hue angle of 120º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7DA67D is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 125 | 166 | 125 | - |
| CMYK | 0.25 | 0 | 0.25 | 0.35 |
| HSL | 120º | 0.19% | 0.57% | - |
| HSV(B) | 120º | 0.25% | 0.65% | - |
| XYZ | 25.8 | 33.11 | 24.43 | - |
| YUV | 149.07 | 114.42 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 166 | 125 | 0.25 | 0 | 0.25 | 0.35 | 120 | 0.19 | 0.57 |
| Hex | 7D | A6 | 7D | 19 | 0 | 19 | 23 | 78 | 13 | 39 |
| Octal | 175 | 246 | 175 | 31 | 0 | 31 | 43 | 170 | 23 | 71 |
| Binary | 1111101 | 10100110 | 1111101 | 11001 | 0 | 11001 | 100011 | 1111000 | 10011 | 111001 |
Color Harmonies of #7DA67D
Complementary color
Monochromatic Colors of #7DA67D
Black with #7DA67D
Text Example
Text Example
White with #7DA67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA67D; }
p { color: rgb(125,166,125); }
H1.HeaderClassName
{
color: #7DA67D;
}
.AnyTagClassName
{
color: #7DA67D;
}
</style>
background-color css
<style>
a { background-color: #7DA67D; }
a { background-color: rgb(125,166,125); }
div.DivClassName
{
background-color: #7DA67D;
}
.BgClassName
{
background-color: #7DA67D;
}
</style>
border-color css
<style>
span { border-color: #7DA67D; }
span { border-color: rgb(125,166,125); }
td.TdClassName
{
border-color: #7DA67D;
}
.TagClassName
{
border-color: #7DA67D;
}
</style>