Shades of Amulet #7B9F6C
Tints of Amulet #7B9F6C
RGB
CMYK
RGB Variations
Color information
#7B9F6C (or 0x7B9F6C) is known color: Amulet. HEX triplet: 7B, 9F and 6C. RGB value is (123,159,108). Sum of RGB (Red+Green+Blue) = 123+159+108=390 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.54% from 390); Green value is 159 (62.5% from 255 or 40.77% from 390); Blue value is 108 (42.58% from 255 or 27.69% from 390); Max value from RGB is 159 - color contains mainly: green. Hex color #7B9F6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B9F6C is #846093. Grayscale: #8E8E8E. Windows color (decimal): -8675476 or 7118715. OLE color: 7118715.
HSL color Cylindrical-coordinate representation of color #7B9F6C: hue angle of 102.35º degrees, saturation: 0.21, 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 #7B9F6C is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 159 | 108 | - |
| CMYK | 0.23 | 0 | 0.32 | 0.38 |
| HSL | 102.35º | 0.21% | 0.52% | - |
| HSV(B) | 102.35º | 0.32% | 0.62% | - |
| XYZ | 23.27 | 30.09 | 18.77 | - |
| YUV | 142.42 | 108.57 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 159 | 108 | 0.23 | 0 | 0.32 | 0.38 | 102.35 | 0.21 | 0.52 |
| Hex | 7B | 9F | 6C | 17 | 0 | 20 | 26 | 66 | 15 | 34 |
| Octal | 173 | 237 | 154 | 27 | 0 | 40 | 46 | 146 | 25 | 64 |
| Binary | 1111011 | 10011111 | 1101100 | 10111 | 0 | 100000 | 100110 | 1100110 | 10101 | 110100 |
Color Harmonies of #7B9F6C
Complementary color
Monochromatic Colors of #7B9F6C
Black with #7B9F6C
Text Example
Text Example
White with #7B9F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9F6C; }
p { color: rgb(123,159,108); }
H1.HeaderClassName
{
color: #7B9F6C;
}
.AnyTagClassName
{
color: #7B9F6C;
}
</style>
background-color css
<style>
a { background-color: #7B9F6C; }
a { background-color: rgb(123,159,108); }
div.DivClassName
{
background-color: #7B9F6C;
}
.BgClassName
{
background-color: #7B9F6C;
}
</style>
border-color css
<style>
span { border-color: #7B9F6C; }
span { border-color: rgb(123,159,108); }
td.TdClassName
{
border-color: #7B9F6C;
}
.TagClassName
{
border-color: #7B9F6C;
}
</style>