Shades of Amulet #7B956C
Tints of Amulet #7B956C
RGB
CMYK
RGB Variations
Color information
#7B956C (or 0x7B956C) is known color: Amulet. HEX triplet: 7B, 95 and 6C. RGB value is (123,149,108). Sum of RGB (Red+Green+Blue) = 123+149+108=380 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.37% from 380); Green value is 149 (58.59% from 255 or 39.21% from 380); Blue value is 108 (42.58% from 255 or 28.42% from 380); Max value from RGB is 149 - color contains mainly: green. Hex color #7B956C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B956C is #846A93. Grayscale: #888888. Windows color (decimal): -8678036 or 7116155. OLE color: 7116155.
HSL color Cylindrical-coordinate representation of color #7B956C: hue angle of 98.05º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7B956C is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 149 | 108 | - |
| CMYK | 0.17 | 0 | 0.28 | 0.42 |
| HSL | 98.05º | 0.16% | 0.5% | - |
| HSV(B) | 98.05º | 0.28% | 0.58% | - |
| XYZ | 21.62 | 26.79 | 18.22 | - |
| YUV | 136.55 | 111.89 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 149 | 108 | 0.17 | 0 | 0.28 | 0.42 | 98.05 | 0.16 | 0.5 |
| Hex | 7B | 95 | 6C | 11 | 0 | 1C | 2A | 62 | 10 | 32 |
| Octal | 173 | 225 | 154 | 21 | 0 | 34 | 52 | 142 | 20 | 62 |
| Binary | 1111011 | 10010101 | 1101100 | 10001 | 0 | 11100 | 101010 | 1100010 | 10000 | 110010 |
Color Harmonies of #7B956C
Complementary color
Monochromatic Colors of #7B956C
Black with #7B956C
Text Example
Text Example
White with #7B956C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B956C; }
p { color: rgb(123,149,108); }
H1.HeaderClassName
{
color: #7B956C;
}
.AnyTagClassName
{
color: #7B956C;
}
</style>
background-color css
<style>
a { background-color: #7B956C; }
a { background-color: rgb(123,149,108); }
div.DivClassName
{
background-color: #7B956C;
}
.BgClassName
{
background-color: #7B956C;
}
</style>
border-color css
<style>
span { border-color: #7B956C; }
span { border-color: rgb(123,149,108); }
td.TdClassName
{
border-color: #7B956C;
}
.TagClassName
{
border-color: #7B956C;
}
</style>