Shades of Amulet #7B9D6D
Tints of Amulet #7B9D6D
RGB
CMYK
RGB Variations
Color information
#7B9D6D (or 0x7B9D6D) is known color: Amulet. HEX triplet: 7B, 9D and 6D. RGB value is (123,157,109). Sum of RGB (Red+Green+Blue) = 123+157+109=389 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.62% from 389); Green value is 157 (61.72% from 255 or 40.36% from 389); Blue value is 109 (42.97% from 255 or 28.02% from 389); Max value from RGB is 157 - color contains mainly: green. Hex color #7B9D6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B9D6D is #846292. Grayscale: #8D8D8D. Windows color (decimal): -8675987 or 7183739. OLE color: 7183739.
HSL color Cylindrical-coordinate representation of color #7B9D6D: hue angle of 102.5º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7B9D6D is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 157 | 109 | - |
| CMYK | 0.22 | 0 | 0.31 | 0.38 |
| HSL | 102.5º | 0.2% | 0.52% | - |
| HSV(B) | 102.5º | 0.31% | 0.62% | - |
| XYZ | 22.99 | 29.43 | 18.94 | - |
| YUV | 141.36 | 109.74 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 157 | 109 | 0.22 | 0 | 0.31 | 0.38 | 102.5 | 0.2 | 0.52 |
| Hex | 7B | 9D | 6D | 16 | 0 | 1F | 26 | 66 | 14 | 34 |
| Octal | 173 | 235 | 155 | 26 | 0 | 37 | 46 | 146 | 24 | 64 |
| Binary | 1111011 | 10011101 | 1101101 | 10110 | 0 | 11111 | 100110 | 1100110 | 10100 | 110100 |
Color Harmonies of #7B9D6D
Complementary color
Monochromatic Colors of #7B9D6D
Black with #7B9D6D
Text Example
Text Example
White with #7B9D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9D6D; }
p { color: rgb(123,157,109); }
H1.HeaderClassName
{
color: #7B9D6D;
}
.AnyTagClassName
{
color: #7B9D6D;
}
</style>
background-color css
<style>
a { background-color: #7B9D6D; }
a { background-color: rgb(123,157,109); }
div.DivClassName
{
background-color: #7B9D6D;
}
.BgClassName
{
background-color: #7B9D6D;
}
</style>
border-color css
<style>
span { border-color: #7B9D6D; }
span { border-color: rgb(123,157,109); }
td.TdClassName
{
border-color: #7B9D6D;
}
.TagClassName
{
border-color: #7B9D6D;
}
</style>