Shades of Amulet #7B9E6C
Tints of Amulet #7B9E6C
RGB
CMYK
RGB Variations
Color information
#7B9E6C (or 0x7B9E6C) is known color: Amulet. HEX triplet: 7B, 9E and 6C. RGB value is (123,158,108). Sum of RGB (Red+Green+Blue) = 123+158+108=389 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.62% from 389); Green value is 158 (62.11% from 255 or 40.62% from 389); Blue value is 108 (42.58% from 255 or 27.76% from 389); Max value from RGB is 158 - color contains mainly: green. Hex color #7B9E6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B9E6C is #846193. Grayscale: #8E8E8E. Windows color (decimal): -8675732 or 7118459. OLE color: 7118459.
HSL color Cylindrical-coordinate representation of color #7B9E6C: hue angle of 102º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7B9E6C is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 158 | 108 | - |
| CMYK | 0.22 | 0 | 0.32 | 0.38 |
| HSL | 102º | 0.2% | 0.52% | - |
| HSV(B) | 102º | 0.32% | 0.62% | - |
| XYZ | 23.1 | 29.75 | 18.71 | - |
| YUV | 141.84 | 108.9 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 158 | 108 | 0.22 | 0 | 0.32 | 0.38 | 102 | 0.2 | 0.52 |
| Hex | 7B | 9E | 6C | 16 | 0 | 20 | 26 | 66 | 14 | 34 |
| Octal | 173 | 236 | 154 | 26 | 0 | 40 | 46 | 146 | 24 | 64 |
| Binary | 1111011 | 10011110 | 1101100 | 10110 | 0 | 100000 | 100110 | 1100110 | 10100 | 110100 |
Color Harmonies of #7B9E6C
Complementary color
Monochromatic Colors of #7B9E6C
Black with #7B9E6C
Text Example
Text Example
White with #7B9E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9E6C; }
p { color: rgb(123,158,108); }
H1.HeaderClassName
{
color: #7B9E6C;
}
.AnyTagClassName
{
color: #7B9E6C;
}
</style>
background-color css
<style>
a { background-color: #7B9E6C; }
a { background-color: rgb(123,158,108); }
div.DivClassName
{
background-color: #7B9E6C;
}
.BgClassName
{
background-color: #7B9E6C;
}
</style>
border-color css
<style>
span { border-color: #7B9E6C; }
span { border-color: rgb(123,158,108); }
td.TdClassName
{
border-color: #7B9E6C;
}
.TagClassName
{
border-color: #7B9E6C;
}
</style>