Shades of Amulet #7DB570
Tints of Amulet #7DB570
RGB
CMYK
RGB Variations
Color information
#7DB570 (or 0x7DB570) is known color: Amulet. HEX triplet: 7D, B5 and 70. RGB value is (125,181,112). Sum of RGB (Red+Green+Blue) = 125+181+112=418 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.90% from 418); Green value is 181 (71.09% from 255 or 43.30% from 418); Blue value is 112 (44.14% from 255 or 26.79% from 418); Max value from RGB is 181 - color contains mainly: green. Hex color #7DB570 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB570 is #824A8F. Grayscale: #9C9C9C. Windows color (decimal): -8538768 or 7386493. OLE color: 7386493.
HSL color Cylindrical-coordinate representation of color #7DB570: hue angle of 108.7º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DB570 is Cyan = 0.31, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 181 | 112 | - |
| CMYK | 0.31 | 0 | 0.38 | 0.29 |
| HSL | 108.7º | 0.32% | 0.57% | - |
| HSV(B) | 108.7º | 0.38% | 0.71% | - |
| XYZ | 27.91 | 38.58 | 21.3 | - |
| YUV | 156.39 | 102.95 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 181 | 112 | 0.31 | 0 | 0.38 | 0.29 | 108.7 | 0.32 | 0.57 |
| Hex | 7D | B5 | 70 | 1F | 0 | 26 | 1D | 6D | 20 | 39 |
| Octal | 175 | 265 | 160 | 37 | 0 | 46 | 35 | 155 | 40 | 71 |
| Binary | 1111101 | 10110101 | 1110000 | 11111 | 0 | 100110 | 11101 | 1101101 | 100000 | 111001 |
Color Harmonies of #7DB570
Complementary color
Monochromatic Colors of #7DB570
Black with #7DB570
Text Example
Text Example
White with #7DB570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB570; }
p { color: rgb(125,181,112); }
H1.HeaderClassName
{
color: #7DB570;
}
.AnyTagClassName
{
color: #7DB570;
}
</style>
background-color css
<style>
a { background-color: #7DB570; }
a { background-color: rgb(125,181,112); }
div.DivClassName
{
background-color: #7DB570;
}
.BgClassName
{
background-color: #7DB570;
}
</style>
border-color css
<style>
span { border-color: #7DB570; }
span { border-color: rgb(125,181,112); }
td.TdClassName
{
border-color: #7DB570;
}
.TagClassName
{
border-color: #7DB570;
}
</style>