Shades of Amulet #7DB670
Tints of Amulet #7DB670
RGB
CMYK
RGB Variations
Color information
#7DB670 (or 0x7DB670) is known color: Amulet. HEX triplet: 7D, B6 and 70. RGB value is (125,182,112). Sum of RGB (Red+Green+Blue) = 125+182+112=419 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.83% from 419); Green value is 182 (71.48% from 255 or 43.44% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 182 - color contains mainly: green. Hex color #7DB670 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB670 is #82498F. Grayscale: #9D9D9D. Windows color (decimal): -8538512 or 7386749. OLE color: 7386749.
HSL color Cylindrical-coordinate representation of color #7DB670: hue angle of 108.86º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DB670 is Cyan = 0.31, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 182 | 112 | - |
| CMYK | 0.31 | 0 | 0.38 | 0.29 |
| HSL | 108.86º | 0.32% | 0.58% | - |
| HSV(B) | 108.86º | 0.38% | 0.71% | - |
| XYZ | 28.11 | 38.99 | 21.37 | - |
| YUV | 156.98 | 102.62 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 182 | 112 | 0.31 | 0 | 0.38 | 0.29 | 108.86 | 0.32 | 0.58 |
| Hex | 7D | B6 | 70 | 1F | 0 | 26 | 1D | 6D | 20 | 3A |
| Octal | 175 | 266 | 160 | 37 | 0 | 46 | 35 | 155 | 40 | 72 |
| Binary | 1111101 | 10110110 | 1110000 | 11111 | 0 | 100110 | 11101 | 1101101 | 100000 | 111010 |
Color Harmonies of #7DB670
Complementary color
Monochromatic Colors of #7DB670
Black with #7DB670
Text Example
Text Example
White with #7DB670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB670; }
p { color: rgb(125,182,112); }
H1.HeaderClassName
{
color: #7DB670;
}
.AnyTagClassName
{
color: #7DB670;
}
</style>
background-color css
<style>
a { background-color: #7DB670; }
a { background-color: rgb(125,182,112); }
div.DivClassName
{
background-color: #7DB670;
}
.BgClassName
{
background-color: #7DB670;
}
</style>
border-color css
<style>
span { border-color: #7DB670; }
span { border-color: rgb(125,182,112); }
td.TdClassName
{
border-color: #7DB670;
}
.TagClassName
{
border-color: #7DB670;
}
</style>