Shades of Amulet #7D9B6B
Tints of Amulet #7D9B6B
RGB
CMYK
RGB Variations
Color information
#7D9B6B (or 0x7D9B6B) is known color: Amulet. HEX triplet: 7D, 9B and 6B. RGB value is (125,155,107). Sum of RGB (Red+Green+Blue) = 125+155+107=387 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.30% from 387); Green value is 155 (60.94% from 255 or 40.05% from 387); Blue value is 107 (42.19% from 255 or 27.65% from 387); Max value from RGB is 155 - color contains mainly: green. Hex color #7D9B6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9B6B is #826494. Grayscale: #8C8C8C. Windows color (decimal): -8545429 or 7052157. OLE color: 7052157.
HSL color Cylindrical-coordinate representation of color #7D9B6B: hue angle of 97.5º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7D9B6B is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 125 | 155 | 107 | - |
| CMYK | 0.19 | 0 | 0.31 | 0.39 |
| HSL | 97.5º | 0.19% | 0.51% | - |
| HSV(B) | 97.5º | 0.31% | 0.61% | - |
| XYZ | 22.83 | 28.86 | 18.28 | - |
| YUV | 140.56 | 109.06 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 155 | 107 | 0.19 | 0 | 0.31 | 0.39 | 97.5 | 0.19 | 0.51 |
| Hex | 7D | 9B | 6B | 13 | 0 | 1F | 27 | 62 | 13 | 33 |
| Octal | 175 | 233 | 153 | 23 | 0 | 37 | 47 | 142 | 23 | 63 |
| Binary | 1111101 | 10011011 | 1101011 | 10011 | 0 | 11111 | 100111 | 1100010 | 10011 | 110011 |
Color Harmonies of #7D9B6B
Complementary color
Monochromatic Colors of #7D9B6B
Black with #7D9B6B
Text Example
Text Example
White with #7D9B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9B6B; }
p { color: rgb(125,155,107); }
H1.HeaderClassName
{
color: #7D9B6B;
}
.AnyTagClassName
{
color: #7D9B6B;
}
</style>
background-color css
<style>
a { background-color: #7D9B6B; }
a { background-color: rgb(125,155,107); }
div.DivClassName
{
background-color: #7D9B6B;
}
.BgClassName
{
background-color: #7D9B6B;
}
</style>
border-color css
<style>
span { border-color: #7D9B6B; }
span { border-color: rgb(125,155,107); }
td.TdClassName
{
border-color: #7D9B6B;
}
.TagClassName
{
border-color: #7D9B6B;
}
</style>