Shades of Amulet #7DA77A
Tints of Amulet #7DA77A
RGB
CMYK
RGB Variations
Color information
#7DA77A (or 0x7DA77A) is known color: Amulet. HEX triplet: 7D, A7 and 7A. RGB value is (125,167,122). Sum of RGB (Red+Green+Blue) = 125+167+122=414 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.19% from 414); Green value is 167 (65.62% from 255 or 40.34% from 414); Blue value is 122 (48.05% from 255 or 29.47% from 414); Max value from RGB is 167 - color contains mainly: green. Hex color #7DA77A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA77A is #825885. Grayscale: #959595. Windows color (decimal): -8542342 or 8038269. OLE color: 8038269.
HSL color Cylindrical-coordinate representation of color #7DA77A: hue angle of 116º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7DA77A is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 125 | 167 | 122 | - |
| CMYK | 0.25 | 0 | 0.27 | 0.35 |
| HSL | 116º | 0.2% | 0.57% | - |
| HSV(B) | 116º | 0.27% | 0.65% | - |
| XYZ | 25.79 | 33.4 | 23.5 | - |
| YUV | 149.31 | 112.59 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 167 | 122 | 0.25 | 0 | 0.27 | 0.35 | 116 | 0.2 | 0.57 |
| Hex | 7D | A7 | 7A | 19 | 0 | 1B | 23 | 74 | 14 | 39 |
| Octal | 175 | 247 | 172 | 31 | 0 | 33 | 43 | 164 | 24 | 71 |
| Binary | 1111101 | 10100111 | 1111010 | 11001 | 0 | 11011 | 100011 | 1110100 | 10100 | 111001 |
Color Harmonies of #7DA77A
Complementary color
Monochromatic Colors of #7DA77A
Black with #7DA77A
Text Example
Text Example
White with #7DA77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA77A; }
p { color: rgb(125,167,122); }
H1.HeaderClassName
{
color: #7DA77A;
}
.AnyTagClassName
{
color: #7DA77A;
}
</style>
background-color css
<style>
a { background-color: #7DA77A; }
a { background-color: rgb(125,167,122); }
div.DivClassName
{
background-color: #7DA77A;
}
.BgClassName
{
background-color: #7DA77A;
}
</style>
border-color css
<style>
span { border-color: #7DA77A; }
span { border-color: rgb(125,167,122); }
td.TdClassName
{
border-color: #7DA77A;
}
.TagClassName
{
border-color: #7DA77A;
}
</style>