Shades of Amulet #7DB07A
Tints of Amulet #7DB07A
RGB
CMYK
RGB Variations
Color information
#7DB07A (or 0x7DB07A) is known color: Amulet. HEX triplet: 7D, B0 and 7A. RGB value is (125,176,122). Sum of RGB (Red+Green+Blue) = 125+176+122=423 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.55% from 423); Green value is 176 (69.14% from 255 or 41.61% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 176 - color contains mainly: green. Hex color #7DB07A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DB07A is #824F85. Grayscale: #9A9A9A. Windows color (decimal): -8540038 or 8040573. OLE color: 8040573.
HSL color Cylindrical-coordinate representation of color #7DB07A: hue angle of 116.67º degrees, saturation: 0.25, 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 #7DB07A is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 176 | 122 | - |
| CMYK | 0.29 | 0 | 0.31 | 0.31 |
| HSL | 116.67º | 0.25% | 0.58% | - |
| HSV(B) | 116.67º | 0.31% | 0.69% | - |
| XYZ | 27.5 | 36.82 | 24.07 | - |
| YUV | 154.6 | 109.6 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 176 | 122 | 0.29 | 0 | 0.31 | 0.31 | 116.67 | 0.25 | 0.58 |
| Hex | 7D | B0 | 7A | 1D | 0 | 1F | 1F | 75 | 19 | 3A |
| Octal | 175 | 260 | 172 | 35 | 0 | 37 | 37 | 165 | 31 | 72 |
| Binary | 1111101 | 10110000 | 1111010 | 11101 | 0 | 11111 | 11111 | 1110101 | 11001 | 111010 |
Color Harmonies of #7DB07A
Complementary color
Monochromatic Colors of #7DB07A
Black with #7DB07A
Text Example
Text Example
White with #7DB07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB07A; }
p { color: rgb(125,176,122); }
H1.HeaderClassName
{
color: #7DB07A;
}
.AnyTagClassName
{
color: #7DB07A;
}
</style>
background-color css
<style>
a { background-color: #7DB07A; }
a { background-color: rgb(125,176,122); }
div.DivClassName
{
background-color: #7DB07A;
}
.BgClassName
{
background-color: #7DB07A;
}
</style>
border-color css
<style>
span { border-color: #7DB07A; }
span { border-color: rgb(125,176,122); }
td.TdClassName
{
border-color: #7DB07A;
}
.TagClassName
{
border-color: #7DB07A;
}
</style>