Shades of Amulet #7DA86F
Tints of Amulet #7DA86F
RGB
CMYK
RGB Variations
Color information
#7DA86F (or 0x7DA86F) is known color: Amulet. HEX triplet: 7D, A8 and 6F. RGB value is (125,168,111). Sum of RGB (Red+Green+Blue) = 125+168+111=404 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.94% from 404); Green value is 168 (66.02% from 255 or 41.58% from 404); Blue value is 111 (43.75% from 255 or 27.48% from 404); Max value from RGB is 168 - color contains mainly: green. Hex color #7DA86F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA86F is #825790. Grayscale: #949494. Windows color (decimal): -8542097 or 7317629. OLE color: 7317629.
HSL color Cylindrical-coordinate representation of color #7DA86F: hue angle of 105.26º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7DA86F is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 125 | 168 | 111 | - |
| CMYK | 0.26 | 0 | 0.34 | 0.34 |
| HSL | 105.26º | 0.25% | 0.55% | - |
| HSV(B) | 105.26º | 0.34% | 0.66% | - |
| XYZ | 25.33 | 33.51 | 20.17 | - |
| YUV | 148.65 | 106.75 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 168 | 111 | 0.26 | 0 | 0.34 | 0.34 | 105.26 | 0.25 | 0.55 |
| Hex | 7D | A8 | 6F | 1A | 0 | 22 | 22 | 69 | 19 | 37 |
| Octal | 175 | 250 | 157 | 32 | 0 | 42 | 42 | 151 | 31 | 67 |
| Binary | 1111101 | 10101000 | 1101111 | 11010 | 0 | 100010 | 100010 | 1101001 | 11001 | 110111 |
Color Harmonies of #7DA86F
Complementary color
Monochromatic Colors of #7DA86F
Black with #7DA86F
Text Example
Text Example
White with #7DA86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA86F; }
p { color: rgb(125,168,111); }
H1.HeaderClassName
{
color: #7DA86F;
}
.AnyTagClassName
{
color: #7DA86F;
}
</style>
background-color css
<style>
a { background-color: #7DA86F; }
a { background-color: rgb(125,168,111); }
div.DivClassName
{
background-color: #7DA86F;
}
.BgClassName
{
background-color: #7DA86F;
}
</style>
border-color css
<style>
span { border-color: #7DA86F; }
span { border-color: rgb(125,168,111); }
td.TdClassName
{
border-color: #7DA86F;
}
.TagClassName
{
border-color: #7DA86F;
}
</style>