Shades of Amulet #7DB377
Tints of Amulet #7DB377
RGB
CMYK
RGB Variations
Color information
#7DB377 (or 0x7DB377) is known color: Amulet. HEX triplet: 7D, B3 and 77. RGB value is (125,179,119). Sum of RGB (Red+Green+Blue) = 125+179+119=423 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.55% from 423); Green value is 179 (70.31% from 255 or 42.32% from 423); Blue value is 119 (46.88% from 255 or 28.13% from 423); Max value from RGB is 179 - color contains mainly: green. Hex color #7DB377 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB377 is #824C88. Grayscale: #9C9C9C. Windows color (decimal): -8539273 or 7844733. OLE color: 7844733.
HSL color Cylindrical-coordinate representation of color #7DB377: hue angle of 114º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7DB377 is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 125 | 179 | 119 | - |
| CMYK | 0.30 | 0 | 0.34 | 0.30 |
| HSL | 114º | 0.28% | 0.58% | - |
| HSV(B) | 114º | 0.34% | 0.7% | - |
| XYZ | 27.91 | 37.93 | 23.3 | - |
| YUV | 156.01 | 107.11 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 179 | 119 | 0.30 | 0 | 0.34 | 0.30 | 114 | 0.28 | 0.58 |
| Hex | 7D | B3 | 77 | 1E | 0 | 22 | 1E | 72 | 1C | 3A |
| Octal | 175 | 263 | 167 | 36 | 0 | 42 | 36 | 162 | 34 | 72 |
| Binary | 1111101 | 10110011 | 1110111 | 11110 | 0 | 100010 | 11110 | 1110010 | 11100 | 111010 |
Color Harmonies of #7DB377
Complementary color
Monochromatic Colors of #7DB377
Black with #7DB377
Text Example
Text Example
White with #7DB377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB377; }
p { color: rgb(125,179,119); }
H1.HeaderClassName
{
color: #7DB377;
}
.AnyTagClassName
{
color: #7DB377;
}
</style>
background-color css
<style>
a { background-color: #7DB377; }
a { background-color: rgb(125,179,119); }
div.DivClassName
{
background-color: #7DB377;
}
.BgClassName
{
background-color: #7DB377;
}
</style>
border-color css
<style>
span { border-color: #7DB377; }
span { border-color: rgb(125,179,119); }
td.TdClassName
{
border-color: #7DB377;
}
.TagClassName
{
border-color: #7DB377;
}
</style>