Shades of Amulet #7DAF77
Tints of Amulet #7DAF77
RGB
CMYK
RGB Variations
Color information
#7DAF77 (or 0x7DAF77) is known color: Amulet. HEX triplet: 7D, AF and 77. RGB value is (125,175,119). Sum of RGB (Red+Green+Blue) = 125+175+119=419 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.83% from 419); Green value is 175 (68.75% from 255 or 41.77% from 419); Blue value is 119 (46.88% from 255 or 28.40% from 419); Max value from RGB is 175 - color contains mainly: green. Hex color #7DAF77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAF77 is #825088. Grayscale: #999999. Windows color (decimal): -8540297 or 7843709. OLE color: 7843709.
HSL color Cylindrical-coordinate representation of color #7DAF77: hue angle of 113.57º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7DAF77 is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 175 | 119 | - |
| CMYK | 0.29 | 0 | 0.32 | 0.31 |
| HSL | 113.57º | 0.26% | 0.58% | - |
| HSV(B) | 113.57º | 0.32% | 0.69% | - |
| XYZ | 27.12 | 36.35 | 23.04 | - |
| YUV | 153.67 | 108.44 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 175 | 119 | 0.29 | 0 | 0.32 | 0.31 | 113.57 | 0.26 | 0.58 |
| Hex | 7D | AF | 77 | 1D | 0 | 20 | 1F | 72 | 1A | 3A |
| Octal | 175 | 257 | 167 | 35 | 0 | 40 | 37 | 162 | 32 | 72 |
| Binary | 1111101 | 10101111 | 1110111 | 11101 | 0 | 100000 | 11111 | 1110010 | 11010 | 111010 |
Color Harmonies of #7DAF77
Complementary color
Monochromatic Colors of #7DAF77
Black with #7DAF77
Text Example
Text Example
White with #7DAF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAF77; }
p { color: rgb(125,175,119); }
H1.HeaderClassName
{
color: #7DAF77;
}
.AnyTagClassName
{
color: #7DAF77;
}
</style>
background-color css
<style>
a { background-color: #7DAF77; }
a { background-color: rgb(125,175,119); }
div.DivClassName
{
background-color: #7DAF77;
}
.BgClassName
{
background-color: #7DAF77;
}
</style>
border-color css
<style>
span { border-color: #7DAF77; }
span { border-color: rgb(125,175,119); }
td.TdClassName
{
border-color: #7DAF77;
}
.TagClassName
{
border-color: #7DAF77;
}
</style>