Shades of Amulet #7DB478
Tints of Amulet #7DB478
RGB
CMYK
RGB Variations
Color information
#7DB478 (or 0x7DB478) is known color: Amulet. HEX triplet: 7D, B4 and 78. RGB value is (125,180,120). Sum of RGB (Red+Green+Blue) = 125+180+120=425 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.41% from 425); Green value is 180 (70.70% from 255 or 42.35% from 425); Blue value is 120 (47.27% from 255 or 28.24% from 425); Max value from RGB is 180 - color contains mainly: green. Hex color #7DB478 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB478 is #824B87. Grayscale: #9C9C9C. Windows color (decimal): -8539016 or 7910525. OLE color: 7910525.
HSL color Cylindrical-coordinate representation of color #7DB478: hue angle of 115º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7DB478 is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 180 | 120 | - |
| CMYK | 0.31 | 0 | 0.33 | 0.29 |
| HSL | 115º | 0.29% | 0.59% | - |
| HSV(B) | 115º | 0.33% | 0.71% | - |
| XYZ | 28.17 | 38.36 | 23.69 | - |
| YUV | 156.72 | 107.28 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 180 | 120 | 0.31 | 0 | 0.33 | 0.29 | 115 | 0.29 | 0.59 |
| Hex | 7D | B4 | 78 | 1F | 0 | 21 | 1D | 73 | 1D | 3B |
| Octal | 175 | 264 | 170 | 37 | 0 | 41 | 35 | 163 | 35 | 73 |
| Binary | 1111101 | 10110100 | 1111000 | 11111 | 0 | 100001 | 11101 | 1110011 | 11101 | 111011 |
Color Harmonies of #7DB478
Complementary color
Monochromatic Colors of #7DB478
Black with #7DB478
Text Example
Text Example
White with #7DB478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB478; }
p { color: rgb(125,180,120); }
H1.HeaderClassName
{
color: #7DB478;
}
.AnyTagClassName
{
color: #7DB478;
}
</style>
background-color css
<style>
a { background-color: #7DB478; }
a { background-color: rgb(125,180,120); }
div.DivClassName
{
background-color: #7DB478;
}
.BgClassName
{
background-color: #7DB478;
}
</style>
border-color css
<style>
span { border-color: #7DB478; }
span { border-color: rgb(125,180,120); }
td.TdClassName
{
border-color: #7DB478;
}
.TagClassName
{
border-color: #7DB478;
}
</style>