Shades of Amulet #7DB275
Tints of Amulet #7DB275
RGB
CMYK
RGB Variations
Color information
#7DB275 (or 0x7DB275) is known color: Amulet. HEX triplet: 7D, B2 and 75. RGB value is (125,178,117). Sum of RGB (Red+Green+Blue) = 125+178+117=420 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.76% from 420); Green value is 178 (69.92% from 255 or 42.38% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 178 - color contains mainly: green. Hex color #7DB275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DB275 is #824D8A. Grayscale: #9B9B9B. Windows color (decimal): -8539531 or 7713405. OLE color: 7713405.
HSL color Cylindrical-coordinate representation of color #7DB275: hue angle of 112.13º 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 #7DB275 is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 125 | 178 | 117 | - |
| CMYK | 0.30 | 0 | 0.34 | 0.30 |
| HSL | 112.13º | 0.28% | 0.58% | - |
| HSV(B) | 112.13º | 0.34% | 0.7% | - |
| XYZ | 27.59 | 37.49 | 22.61 | - |
| YUV | 155.2 | 106.44 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 178 | 117 | 0.30 | 0 | 0.34 | 0.30 | 112.13 | 0.28 | 0.58 |
| Hex | 7D | B2 | 75 | 1E | 0 | 22 | 1E | 70 | 1C | 3A |
| Octal | 175 | 262 | 165 | 36 | 0 | 42 | 36 | 160 | 34 | 72 |
| Binary | 1111101 | 10110010 | 1110101 | 11110 | 0 | 100010 | 11110 | 1110000 | 11100 | 111010 |
Color Harmonies of #7DB275
Complementary color
Monochromatic Colors of #7DB275
Black with #7DB275
Text Example
Text Example
White with #7DB275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB275; }
p { color: rgb(125,178,117); }
H1.HeaderClassName
{
color: #7DB275;
}
.AnyTagClassName
{
color: #7DB275;
}
</style>
background-color css
<style>
a { background-color: #7DB275; }
a { background-color: rgb(125,178,117); }
div.DivClassName
{
background-color: #7DB275;
}
.BgClassName
{
background-color: #7DB275;
}
</style>
border-color css
<style>
span { border-color: #7DB275; }
span { border-color: rgb(125,178,117); }
td.TdClassName
{
border-color: #7DB275;
}
.TagClassName
{
border-color: #7DB275;
}
</style>