Shades of Amulet #7B976F
Tints of Amulet #7B976F
RGB
CMYK
RGB Variations
Color information
#7B976F (or 0x7B976F) is known color: Amulet. HEX triplet: 7B, 97 and 6F. RGB value is (123,151,111). Sum of RGB (Red+Green+Blue) = 123+151+111=385 (50% of max value = 765). Red value is 123 (48.44% from 255 or 31.95% from 385); Green value is 151 (59.38% from 255 or 39.22% from 385); Blue value is 111 (43.75% from 255 or 28.83% from 385); Max value from RGB is 151 - color contains mainly: green. Hex color #7B976F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B976F is #846890. Grayscale: #8A8A8A. Windows color (decimal): -8677521 or 7313275. OLE color: 7313275.
HSL color Cylindrical-coordinate representation of color #7B976F: hue angle of 102º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7B976F is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 123 | 151 | 111 | - |
| CMYK | 0.19 | 0 | 0.26 | 0.41 |
| HSL | 102º | 0.16% | 0.51% | - |
| HSV(B) | 102º | 0.26% | 0.59% | - |
| XYZ | 22.1 | 27.49 | 19.18 | - |
| YUV | 138.07 | 112.72 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 151 | 111 | 0.19 | 0 | 0.26 | 0.41 | 102 | 0.16 | 0.51 |
| Hex | 7B | 97 | 6F | 13 | 0 | 1A | 29 | 66 | 10 | 33 |
| Octal | 173 | 227 | 157 | 23 | 0 | 32 | 51 | 146 | 20 | 63 |
| Binary | 1111011 | 10010111 | 1101111 | 10011 | 0 | 11010 | 101001 | 1100110 | 10000 | 110011 |
Color Harmonies of #7B976F
Complementary color
Monochromatic Colors of #7B976F
Black with #7B976F
Text Example
Text Example
White with #7B976F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B976F; }
p { color: rgb(123,151,111); }
H1.HeaderClassName
{
color: #7B976F;
}
.AnyTagClassName
{
color: #7B976F;
}
</style>
background-color css
<style>
a { background-color: #7B976F; }
a { background-color: rgb(123,151,111); }
div.DivClassName
{
background-color: #7B976F;
}
.BgClassName
{
background-color: #7B976F;
}
</style>
border-color css
<style>
span { border-color: #7B976F; }
span { border-color: rgb(123,151,111); }
td.TdClassName
{
border-color: #7B976F;
}
.TagClassName
{
border-color: #7B976F;
}
</style>