Shades of Amulet #7DAF76
Tints of Amulet #7DAF76
RGB
CMYK
RGB Variations
Color information
#7DAF76 (or 0x7DAF76) is known color: Amulet. HEX triplet: 7D, AF and 76. RGB value is (125,175,118). Sum of RGB (Red+Green+Blue) = 125+175+118=418 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.90% from 418); Green value is 175 (68.75% from 255 or 41.87% from 418); Blue value is 118 (46.48% from 255 or 28.23% from 418); Max value from RGB is 175 - color contains mainly: green. Hex color #7DAF76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAF76 is #825089. Grayscale: #999999. Windows color (decimal): -8540298 or 7778173. OLE color: 7778173.
HSL color Cylindrical-coordinate representation of color #7DAF76: hue angle of 112.63º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7DAF76 is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 175 | 118 | - |
| CMYK | 0.29 | 0 | 0.33 | 0.31 |
| HSL | 112.63º | 0.26% | 0.57% | - |
| HSV(B) | 112.63º | 0.33% | 0.69% | - |
| XYZ | 27.06 | 36.33 | 22.73 | - |
| YUV | 153.55 | 107.94 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 175 | 118 | 0.29 | 0 | 0.33 | 0.31 | 112.63 | 0.26 | 0.57 |
| Hex | 7D | AF | 76 | 1D | 0 | 21 | 1F | 71 | 1A | 39 |
| Octal | 175 | 257 | 166 | 35 | 0 | 41 | 37 | 161 | 32 | 71 |
| Binary | 1111101 | 10101111 | 1110110 | 11101 | 0 | 100001 | 11111 | 1110001 | 11010 | 111001 |
Color Harmonies of #7DAF76
Complementary color
Monochromatic Colors of #7DAF76
Black with #7DAF76
Text Example
Text Example
White with #7DAF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAF76; }
p { color: rgb(125,175,118); }
H1.HeaderClassName
{
color: #7DAF76;
}
.AnyTagClassName
{
color: #7DAF76;
}
</style>
background-color css
<style>
a { background-color: #7DAF76; }
a { background-color: rgb(125,175,118); }
div.DivClassName
{
background-color: #7DAF76;
}
.BgClassName
{
background-color: #7DAF76;
}
</style>
border-color css
<style>
span { border-color: #7DAF76; }
span { border-color: rgb(125,175,118); }
td.TdClassName
{
border-color: #7DAF76;
}
.TagClassName
{
border-color: #7DAF76;
}
</style>