Shades of Amulet #7B9F71
Tints of Amulet #7B9F71
RGB
CMYK
RGB Variations
Color information
#7B9F71 (or 0x7B9F71) is known color: Amulet. HEX triplet: 7B, 9F and 71. RGB value is (123,159,113). Sum of RGB (Red+Green+Blue) = 123+159+113=395 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.14% from 395); Green value is 159 (62.5% from 255 or 40.25% from 395); Blue value is 113 (44.53% from 255 or 28.61% from 395); Max value from RGB is 159 - color contains mainly: green. Hex color #7B9F71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B9F71 is #84608E. Grayscale: #8F8F8F. Windows color (decimal): -8675471 or 7446395. OLE color: 7446395.
HSL color Cylindrical-coordinate representation of color #7B9F71: hue angle of 106.96º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7B9F71 is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 159 | 113 | - |
| CMYK | 0.23 | 0 | 0.29 | 0.38 |
| HSL | 106.96º | 0.19% | 0.53% | - |
| HSV(B) | 106.96º | 0.29% | 0.62% | - |
| XYZ | 23.55 | 30.2 | 20.21 | - |
| YUV | 142.99 | 111.07 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 159 | 113 | 0.23 | 0 | 0.29 | 0.38 | 106.96 | 0.19 | 0.53 |
| Hex | 7B | 9F | 71 | 17 | 0 | 1D | 26 | 6B | 13 | 35 |
| Octal | 173 | 237 | 161 | 27 | 0 | 35 | 46 | 153 | 23 | 65 |
| Binary | 1111011 | 10011111 | 1110001 | 10111 | 0 | 11101 | 100110 | 1101011 | 10011 | 110101 |
Color Harmonies of #7B9F71
Complementary color
Monochromatic Colors of #7B9F71
Black with #7B9F71
Text Example
Text Example
White with #7B9F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9F71; }
p { color: rgb(123,159,113); }
H1.HeaderClassName
{
color: #7B9F71;
}
.AnyTagClassName
{
color: #7B9F71;
}
</style>
background-color css
<style>
a { background-color: #7B9F71; }
a { background-color: rgb(123,159,113); }
div.DivClassName
{
background-color: #7B9F71;
}
.BgClassName
{
background-color: #7B9F71;
}
</style>
border-color css
<style>
span { border-color: #7B9F71; }
span { border-color: rgb(123,159,113); }
td.TdClassName
{
border-color: #7B9F71;
}
.TagClassName
{
border-color: #7B9F71;
}
</style>