Shades of Amulet #7DB574
Tints of Amulet #7DB574
RGB
CMYK
RGB Variations
Color information
#7DB574 (or 0x7DB574) is known color: Amulet. HEX triplet: 7D, B5 and 74. RGB value is (125,181,116). Sum of RGB (Red+Green+Blue) = 125+181+116=422 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.62% from 422); Green value is 181 (71.09% from 255 or 42.89% from 422); Blue value is 116 (45.70% from 255 or 27.49% from 422); Max value from RGB is 181 - color contains mainly: green. Hex color #7DB574 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB574 is #824A8B. Grayscale: #9D9D9D. Windows color (decimal): -8538764 or 7648637. OLE color: 7648637.
HSL color Cylindrical-coordinate representation of color #7DB574: hue angle of 111.69º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7DB574 is Cyan = 0.31, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 181 | 116 | - |
| CMYK | 0.31 | 0 | 0.36 | 0.29 |
| HSL | 111.69º | 0.31% | 0.58% | - |
| HSV(B) | 111.69º | 0.36% | 0.71% | - |
| XYZ | 28.13 | 38.67 | 22.5 | - |
| YUV | 156.85 | 104.95 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 181 | 116 | 0.31 | 0 | 0.36 | 0.29 | 111.69 | 0.31 | 0.58 |
| Hex | 7D | B5 | 74 | 1F | 0 | 24 | 1D | 70 | 1F | 3A |
| Octal | 175 | 265 | 164 | 37 | 0 | 44 | 35 | 160 | 37 | 72 |
| Binary | 1111101 | 10110101 | 1110100 | 11111 | 0 | 100100 | 11101 | 1110000 | 11111 | 111010 |
Color Harmonies of #7DB574
Complementary color
Monochromatic Colors of #7DB574
Black with #7DB574
Text Example
Text Example
White with #7DB574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB574; }
p { color: rgb(125,181,116); }
H1.HeaderClassName
{
color: #7DB574;
}
.AnyTagClassName
{
color: #7DB574;
}
</style>
background-color css
<style>
a { background-color: #7DB574; }
a { background-color: rgb(125,181,116); }
div.DivClassName
{
background-color: #7DB574;
}
.BgClassName
{
background-color: #7DB574;
}
</style>
border-color css
<style>
span { border-color: #7DB574; }
span { border-color: rgb(125,181,116); }
td.TdClassName
{
border-color: #7DB574;
}
.TagClassName
{
border-color: #7DB574;
}
</style>