Shades of Amulet #7DAF7A
Tints of Amulet #7DAF7A
RGB
CMYK
RGB Variations
Color information
#7DAF7A (or 0x7DAF7A) is known color: Amulet. HEX triplet: 7D, AF and 7A. RGB value is (125,175,122). Sum of RGB (Red+Green+Blue) = 125+175+122=422 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.62% from 422); Green value is 175 (68.75% from 255 or 41.47% from 422); Blue value is 122 (48.05% from 255 or 28.91% from 422); Max value from RGB is 175 - color contains mainly: green. Hex color #7DAF7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAF7A is #825085. Grayscale: #9A9A9A. Windows color (decimal): -8540294 or 8040317. OLE color: 8040317.
HSL color Cylindrical-coordinate representation of color #7DAF7A: hue angle of 116.6º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7DAF7A is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 175 | 122 | - |
| CMYK | 0.29 | 0 | 0.30 | 0.31 |
| HSL | 116.6º | 0.25% | 0.58% | - |
| HSV(B) | 116.6º | 0.3% | 0.69% | - |
| XYZ | 27.3 | 36.43 | 24 | - |
| YUV | 154.01 | 109.94 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 175 | 122 | 0.29 | 0 | 0.30 | 0.31 | 116.6 | 0.25 | 0.58 |
| Hex | 7D | AF | 7A | 1D | 0 | 1E | 1F | 75 | 19 | 3A |
| Octal | 175 | 257 | 172 | 35 | 0 | 36 | 37 | 165 | 31 | 72 |
| Binary | 1111101 | 10101111 | 1111010 | 11101 | 0 | 11110 | 11111 | 1110101 | 11001 | 111010 |
Color Harmonies of #7DAF7A
Complementary color
Monochromatic Colors of #7DAF7A
Black with #7DAF7A
Text Example
Text Example
White with #7DAF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAF7A; }
p { color: rgb(125,175,122); }
H1.HeaderClassName
{
color: #7DAF7A;
}
.AnyTagClassName
{
color: #7DAF7A;
}
</style>
background-color css
<style>
a { background-color: #7DAF7A; }
a { background-color: rgb(125,175,122); }
div.DivClassName
{
background-color: #7DAF7A;
}
.BgClassName
{
background-color: #7DAF7A;
}
</style>
border-color css
<style>
span { border-color: #7DAF7A; }
span { border-color: rgb(125,175,122); }
td.TdClassName
{
border-color: #7DAF7A;
}
.TagClassName
{
border-color: #7DAF7A;
}
</style>