Shades of Amulet #7DA67B
Tints of Amulet #7DA67B
RGB
CMYK
RGB Variations
Color information
#7DA67B (or 0x7DA67B) is known color: Amulet. HEX triplet: 7D, A6 and 7B. RGB value is (125,166,123). Sum of RGB (Red+Green+Blue) = 125+166+123=414 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.19% from 414); Green value is 166 (65.23% from 255 or 40.10% from 414); Blue value is 123 (48.44% from 255 or 29.71% from 414); Max value from RGB is 166 - color contains mainly: green. Hex color #7DA67B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA67B is #825984. Grayscale: #949494. Windows color (decimal): -8542597 or 8103549. OLE color: 8103549.
HSL color Cylindrical-coordinate representation of color #7DA67B: hue angle of 117.21º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7DA67B is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 125 | 166 | 123 | - |
| CMYK | 0.25 | 0 | 0.26 | 0.35 |
| HSL | 117.21º | 0.19% | 0.57% | - |
| HSV(B) | 117.21º | 0.26% | 0.65% | - |
| XYZ | 25.67 | 33.06 | 23.77 | - |
| YUV | 148.84 | 113.42 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 166 | 123 | 0.25 | 0 | 0.26 | 0.35 | 117.21 | 0.19 | 0.57 |
| Hex | 7D | A6 | 7B | 19 | 0 | 1A | 23 | 75 | 13 | 39 |
| Octal | 175 | 246 | 173 | 31 | 0 | 32 | 43 | 165 | 23 | 71 |
| Binary | 1111101 | 10100110 | 1111011 | 11001 | 0 | 11010 | 100011 | 1110101 | 10011 | 111001 |
Color Harmonies of #7DA67B
Complementary color
Monochromatic Colors of #7DA67B
Black with #7DA67B
Text Example
Text Example
White with #7DA67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA67B; }
p { color: rgb(125,166,123); }
H1.HeaderClassName
{
color: #7DA67B;
}
.AnyTagClassName
{
color: #7DA67B;
}
</style>
background-color css
<style>
a { background-color: #7DA67B; }
a { background-color: rgb(125,166,123); }
div.DivClassName
{
background-color: #7DA67B;
}
.BgClassName
{
background-color: #7DA67B;
}
</style>
border-color css
<style>
span { border-color: #7DA67B; }
span { border-color: rgb(125,166,123); }
td.TdClassName
{
border-color: #7DA67B;
}
.TagClassName
{
border-color: #7DA67B;
}
</style>