Shades of Amulet #7DB471
Tints of Amulet #7DB471
RGB
CMYK
RGB Variations
Color information
#7DB471 (or 0x7DB471) is known color: Amulet. HEX triplet: 7D, B4 and 71. RGB value is (125,180,113). Sum of RGB (Red+Green+Blue) = 125+180+113=418 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.90% from 418); Green value is 180 (70.70% from 255 or 43.06% from 418); Blue value is 113 (44.53% from 255 or 27.03% from 418); Max value from RGB is 180 - color contains mainly: green. Hex color #7DB471 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB471 is #824B8E. Grayscale: #9C9C9C. Windows color (decimal): -8539023 or 7451773. OLE color: 7451773.
HSL color Cylindrical-coordinate representation of color #7DB471: hue angle of 109.25º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7DB471 is Cyan = 0.31, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 180 | 113 | - |
| CMYK | 0.31 | 0 | 0.37 | 0.29 |
| HSL | 109.25º | 0.31% | 0.57% | - |
| HSV(B) | 109.25º | 0.37% | 0.71% | - |
| XYZ | 27.76 | 38.19 | 21.53 | - |
| YUV | 155.92 | 103.78 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 180 | 113 | 0.31 | 0 | 0.37 | 0.29 | 109.25 | 0.31 | 0.57 |
| Hex | 7D | B4 | 71 | 1F | 0 | 25 | 1D | 6D | 1F | 39 |
| Octal | 175 | 264 | 161 | 37 | 0 | 45 | 35 | 155 | 37 | 71 |
| Binary | 1111101 | 10110100 | 1110001 | 11111 | 0 | 100101 | 11101 | 1101101 | 11111 | 111001 |
Color Harmonies of #7DB471
Complementary color
Monochromatic Colors of #7DB471
Black with #7DB471
Text Example
Text Example
White with #7DB471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB471; }
p { color: rgb(125,180,113); }
H1.HeaderClassName
{
color: #7DB471;
}
.AnyTagClassName
{
color: #7DB471;
}
</style>
background-color css
<style>
a { background-color: #7DB471; }
a { background-color: rgb(125,180,113); }
div.DivClassName
{
background-color: #7DB471;
}
.BgClassName
{
background-color: #7DB471;
}
</style>
border-color css
<style>
span { border-color: #7DB471; }
span { border-color: rgb(125,180,113); }
td.TdClassName
{
border-color: #7DB471;
}
.TagClassName
{
border-color: #7DB471;
}
</style>