Shades of Amulet #7DB278
Tints of Amulet #7DB278
RGB
CMYK
RGB Variations
Color information
#7DB278 (or 0x7DB278) is known color: Amulet. HEX triplet: 7D, B2 and 78. RGB value is (125,178,120). Sum of RGB (Red+Green+Blue) = 125+178+120=423 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.55% from 423); Green value is 178 (69.92% from 255 or 42.08% from 423); Blue value is 120 (47.27% from 255 or 28.37% from 423); Max value from RGB is 178 - color contains mainly: green. Hex color #7DB278 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DB278 is #824D87. Grayscale: #9B9B9B. Windows color (decimal): -8539528 or 7910013. OLE color: 7910013.
HSL color Cylindrical-coordinate representation of color #7DB278: hue angle of 114.83º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7DB278 is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 125 | 178 | 120 | - |
| CMYK | 0.30 | 0 | 0.33 | 0.30 |
| HSL | 114.83º | 0.27% | 0.58% | - |
| HSV(B) | 114.83º | 0.33% | 0.7% | - |
| XYZ | 27.77 | 37.56 | 23.55 | - |
| YUV | 155.54 | 107.94 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 178 | 120 | 0.30 | 0 | 0.33 | 0.30 | 114.83 | 0.27 | 0.58 |
| Hex | 7D | B2 | 78 | 1E | 0 | 21 | 1E | 73 | 1B | 3A |
| Octal | 175 | 262 | 170 | 36 | 0 | 41 | 36 | 163 | 33 | 72 |
| Binary | 1111101 | 10110010 | 1111000 | 11110 | 0 | 100001 | 11110 | 1110011 | 11011 | 111010 |
Color Harmonies of #7DB278
Complementary color
Monochromatic Colors of #7DB278
Black with #7DB278
Text Example
Text Example
White with #7DB278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB278; }
p { color: rgb(125,178,120); }
H1.HeaderClassName
{
color: #7DB278;
}
.AnyTagClassName
{
color: #7DB278;
}
</style>
background-color css
<style>
a { background-color: #7DB278; }
a { background-color: rgb(125,178,120); }
div.DivClassName
{
background-color: #7DB278;
}
.BgClassName
{
background-color: #7DB278;
}
</style>
border-color css
<style>
span { border-color: #7DB278; }
span { border-color: rgb(125,178,120); }
td.TdClassName
{
border-color: #7DB278;
}
.TagClassName
{
border-color: #7DB278;
}
</style>