Shades of Amulet #7DB476
Tints of Amulet #7DB476
RGB
CMYK
RGB Variations
Color information
#7DB476 (or 0x7DB476) is known color: Amulet. HEX triplet: 7D, B4 and 76. RGB value is (125,180,118). Sum of RGB (Red+Green+Blue) = 125+180+118=423 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.55% from 423); Green value is 180 (70.70% from 255 or 42.55% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 180 - color contains mainly: green. Hex color #7DB476 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB476 is #824B89. Grayscale: #9C9C9C. Windows color (decimal): -8539018 or 7779453. OLE color: 7779453.
HSL color Cylindrical-coordinate representation of color #7DB476: hue angle of 113.23º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7DB476 is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 180 | 118 | - |
| CMYK | 0.31 | 0 | 0.34 | 0.29 |
| HSL | 113.23º | 0.29% | 0.58% | - |
| HSV(B) | 113.23º | 0.34% | 0.71% | - |
| XYZ | 28.05 | 38.31 | 23.06 | - |
| YUV | 156.49 | 106.28 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 180 | 118 | 0.31 | 0 | 0.34 | 0.29 | 113.23 | 0.29 | 0.58 |
| Hex | 7D | B4 | 76 | 1F | 0 | 22 | 1D | 71 | 1D | 3A |
| Octal | 175 | 264 | 166 | 37 | 0 | 42 | 35 | 161 | 35 | 72 |
| Binary | 1111101 | 10110100 | 1110110 | 11111 | 0 | 100010 | 11101 | 1110001 | 11101 | 111010 |
Color Harmonies of #7DB476
Complementary color
Monochromatic Colors of #7DB476
Black with #7DB476
Text Example
Text Example
White with #7DB476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB476; }
p { color: rgb(125,180,118); }
H1.HeaderClassName
{
color: #7DB476;
}
.AnyTagClassName
{
color: #7DB476;
}
</style>
background-color css
<style>
a { background-color: #7DB476; }
a { background-color: rgb(125,180,118); }
div.DivClassName
{
background-color: #7DB476;
}
.BgClassName
{
background-color: #7DB476;
}
</style>
border-color css
<style>
span { border-color: #7DB476; }
span { border-color: rgb(125,180,118); }
td.TdClassName
{
border-color: #7DB476;
}
.TagClassName
{
border-color: #7DB476;
}
</style>