Shades of Amulet #7DB56F
Tints of Amulet #7DB56F
RGB
CMYK
RGB Variations
Color information
#7DB56F (or 0x7DB56F) is known color: Amulet. HEX triplet: 7D, B5 and 6F. RGB value is (125,181,111). Sum of RGB (Red+Green+Blue) = 125+181+111=417 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.98% from 417); Green value is 181 (71.09% from 255 or 43.41% from 417); Blue value is 111 (43.75% from 255 or 26.62% from 417); Max value from RGB is 181 - color contains mainly: green. Hex color #7DB56F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB56F is #824A90. Grayscale: #9C9C9C. Windows color (decimal): -8538769 or 7320957. OLE color: 7320957.
HSL color Cylindrical-coordinate representation of color #7DB56F: hue angle of 108º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DB56F is Cyan = 0.31, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 181 | 111 | - |
| CMYK | 0.31 | 0 | 0.39 | 0.29 |
| HSL | 108º | 0.32% | 0.57% | - |
| HSV(B) | 108º | 0.39% | 0.71% | - |
| XYZ | 27.85 | 38.56 | 21.01 | - |
| YUV | 156.28 | 102.45 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 181 | 111 | 0.31 | 0 | 0.39 | 0.29 | 108 | 0.32 | 0.57 |
| Hex | 7D | B5 | 6F | 1F | 0 | 27 | 1D | 6C | 20 | 39 |
| Octal | 175 | 265 | 157 | 37 | 0 | 47 | 35 | 154 | 40 | 71 |
| Binary | 1111101 | 10110101 | 1101111 | 11111 | 0 | 100111 | 11101 | 1101100 | 100000 | 111001 |
Color Harmonies of #7DB56F
Complementary color
Monochromatic Colors of #7DB56F
Black with #7DB56F
Text Example
Text Example
White with #7DB56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB56F; }
p { color: rgb(125,181,111); }
H1.HeaderClassName
{
color: #7DB56F;
}
.AnyTagClassName
{
color: #7DB56F;
}
</style>
background-color css
<style>
a { background-color: #7DB56F; }
a { background-color: rgb(125,181,111); }
div.DivClassName
{
background-color: #7DB56F;
}
.BgClassName
{
background-color: #7DB56F;
}
</style>
border-color css
<style>
span { border-color: #7DB56F; }
span { border-color: rgb(125,181,111); }
td.TdClassName
{
border-color: #7DB56F;
}
.TagClassName
{
border-color: #7DB56F;
}
</style>