Shades of Amulet #7B9F76
Tints of Amulet #7B9F76
RGB
CMYK
RGB Variations
Color information
#7B9F76 (or 0x7B9F76) is known color: Amulet. HEX triplet: 7B, 9F and 76. RGB value is (123,159,118). Sum of RGB (Red+Green+Blue) = 123+159+118=400 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.75% from 400); Green value is 159 (62.5% from 255 or 39.75% from 400); Blue value is 118 (46.48% from 255 or 29.5% from 400); Max value from RGB is 159 - color contains mainly: green. Hex color #7B9F76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B9F76 is #846089. Grayscale: #8F8F8F. Windows color (decimal): -8675466 or 7774075. OLE color: 7774075.
HSL color Cylindrical-coordinate representation of color #7B9F76: hue angle of 112.68º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7B9F76 is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
RGB | 123 | 159 | 118 | - |
CMYK | 0.23 | 0 | 0.26 | 0.38 |
HSL | 112.68º | 0.18% | 0.54% | - |
HSV(B) | 112.68º | 0.26% | 0.62% | - |
XYZ | 23.84 | 30.32 | 21.73 | - |
YUV | 143.56 | 113.57 | 113.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 123 | 159 | 118 | 0.23 | 0 | 0.26 | 0.38 | 112.68 | 0.18 | 0.54 |
Hex | 7B | 9F | 76 | 17 | 0 | 1A | 26 | 71 | 12 | 36 |
Octal | 173 | 237 | 166 | 27 | 0 | 32 | 46 | 161 | 22 | 66 |
Binary | 1111011 | 10011111 | 1110110 | 10111 | 0 | 11010 | 100110 | 1110001 | 10010 | 110110 |
Color Harmonies of #7B9F76
Complementary color
Monochromatic Colors of #7B9F76
Black with #7B9F76
Text Example
Text Example
White with #7B9F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9F76; }
p { color: rgb(123,159,118); }
H1.HeaderClassName
{
color: #7B9F76;
}
.AnyTagClassName
{
color: #7B9F76;
}
</style>
background-color css
<style>
a { background-color: #7B9F76; }
a { background-color: rgb(123,159,118); }
div.DivClassName
{
background-color: #7B9F76;
}
.BgClassName
{
background-color: #7B9F76;
}
</style>
border-color css
<style>
span { border-color: #7B9F76; }
span { border-color: rgb(123,159,118); }
td.TdClassName
{
border-color: #7B9F76;
}
.TagClassName
{
border-color: #7B9F76;
}
</style>