Shades of Amulet #7DAB6A
Tints of Amulet #7DAB6A
RGB
CMYK
RGB Variations
Color information
#7DAB6A (or 0x7DAB6A) is known color: Amulet. HEX triplet: 7D, AB and 6A. RGB value is (125,171,106). Sum of RGB (Red+Green+Blue) = 125+171+106=402 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.09% from 402); Green value is 171 (67.19% from 255 or 42.54% from 402); Blue value is 106 (41.80% from 255 or 26.37% from 402); Max value from RGB is 171 - color contains mainly: green. Hex color #7DAB6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAB6A is #825495. Grayscale: #969696. Windows color (decimal): -8541334 or 6990717. OLE color: 6990717.
HSL color Cylindrical-coordinate representation of color #7DAB6A: hue angle of 102.46º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DAB6A is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 171 | 106 | - |
| CMYK | 0.27 | 0 | 0.38 | 0.33 |
| HSL | 102.46º | 0.28% | 0.54% | - |
| HSV(B) | 102.46º | 0.38% | 0.67% | - |
| XYZ | 25.62 | 34.53 | 18.95 | - |
| YUV | 149.84 | 103.26 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 171 | 106 | 0.27 | 0 | 0.38 | 0.33 | 102.46 | 0.28 | 0.54 |
| Hex | 7D | AB | 6A | 1B | 0 | 26 | 21 | 66 | 1C | 36 |
| Octal | 175 | 253 | 152 | 33 | 0 | 46 | 41 | 146 | 34 | 66 |
| Binary | 1111101 | 10101011 | 1101010 | 11011 | 0 | 100110 | 100001 | 1100110 | 11100 | 110110 |
Color Harmonies of #7DAB6A
Complementary color
Monochromatic Colors of #7DAB6A
Black with #7DAB6A
Text Example
Text Example
White with #7DAB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAB6A; }
p { color: rgb(125,171,106); }
H1.HeaderClassName
{
color: #7DAB6A;
}
.AnyTagClassName
{
color: #7DAB6A;
}
</style>
background-color css
<style>
a { background-color: #7DAB6A; }
a { background-color: rgb(125,171,106); }
div.DivClassName
{
background-color: #7DAB6A;
}
.BgClassName
{
background-color: #7DAB6A;
}
</style>
border-color css
<style>
span { border-color: #7DAB6A; }
span { border-color: rgb(125,171,106); }
td.TdClassName
{
border-color: #7DAB6A;
}
.TagClassName
{
border-color: #7DAB6A;
}
</style>