Shades of Amulet #7DB079
Tints of Amulet #7DB079
RGB
CMYK
RGB Variations
Color information
#7DB079 (or 0x7DB079) is known color: Amulet. HEX triplet: 7D, B0 and 79. RGB value is (125,176,121). Sum of RGB (Red+Green+Blue) = 125+176+121=422 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.62% from 422); Green value is 176 (69.14% from 255 or 41.71% from 422); Blue value is 121 (47.66% from 255 or 28.67% from 422); Max value from RGB is 176 - color contains mainly: green. Hex color #7DB079 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DB079 is #824F86. Grayscale: #9A9A9A. Windows color (decimal): -8540039 or 7975037. OLE color: 7975037.
HSL color Cylindrical-coordinate representation of color #7DB079: hue angle of 115.64º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7DB079 is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 176 | 121 | - |
| CMYK | 0.29 | 0 | 0.31 | 0.31 |
| HSL | 115.64º | 0.26% | 0.58% | - |
| HSV(B) | 115.64º | 0.31% | 0.69% | - |
| XYZ | 27.43 | 36.79 | 23.74 | - |
| YUV | 154.48 | 109.1 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 176 | 121 | 0.29 | 0 | 0.31 | 0.31 | 115.64 | 0.26 | 0.58 |
| Hex | 7D | B0 | 79 | 1D | 0 | 1F | 1F | 74 | 1A | 3A |
| Octal | 175 | 260 | 171 | 35 | 0 | 37 | 37 | 164 | 32 | 72 |
| Binary | 1111101 | 10110000 | 1111001 | 11101 | 0 | 11111 | 11111 | 1110100 | 11010 | 111010 |
Color Harmonies of #7DB079
Complementary color
Monochromatic Colors of #7DB079
Black with #7DB079
Text Example
Text Example
White with #7DB079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB079; }
p { color: rgb(125,176,121); }
H1.HeaderClassName
{
color: #7DB079;
}
.AnyTagClassName
{
color: #7DB079;
}
</style>
background-color css
<style>
a { background-color: #7DB079; }
a { background-color: rgb(125,176,121); }
div.DivClassName
{
background-color: #7DB079;
}
.BgClassName
{
background-color: #7DB079;
}
</style>
border-color css
<style>
span { border-color: #7DB079; }
span { border-color: rgb(125,176,121); }
td.TdClassName
{
border-color: #7DB079;
}
.TagClassName
{
border-color: #7DB079;
}
</style>