Shades of Amulet #7B996F
Tints of Amulet #7B996F
RGB
CMYK
RGB Variations
Color information
#7B996F (or 0x7B996F) is known color: Amulet. HEX triplet: 7B, 99 and 6F. RGB value is (123,153,111). Sum of RGB (Red+Green+Blue) = 123+153+111=387 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.78% from 387); Green value is 153 (60.16% from 255 or 39.53% from 387); Blue value is 111 (43.75% from 255 or 28.68% from 387); Max value from RGB is 153 - color contains mainly: green. Hex color #7B996F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B996F is #846690. Grayscale: #8B8B8B. Windows color (decimal): -8677009 or 7313787. OLE color: 7313787.
HSL color Cylindrical-coordinate representation of color #7B996F: hue angle of 102.86º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7B996F is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 123 | 153 | 111 | - |
| CMYK | 0.20 | 0 | 0.27 | 0.4 |
| HSL | 102.86º | 0.17% | 0.52% | - |
| HSV(B) | 102.86º | 0.27% | 0.6% | - |
| XYZ | 22.43 | 28.14 | 19.29 | - |
| YUV | 139.24 | 112.06 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 153 | 111 | 0.20 | 0 | 0.27 | 0.4 | 102.86 | 0.17 | 0.52 |
| Hex | 7B | 99 | 6F | 14 | 0 | 1B | 28 | 67 | 11 | 34 |
| Octal | 173 | 231 | 157 | 24 | 0 | 33 | 50 | 147 | 21 | 64 |
| Binary | 1111011 | 10011001 | 1101111 | 10100 | 0 | 11011 | 101000 | 1100111 | 10001 | 110100 |
Color Harmonies of #7B996F
Complementary color
Monochromatic Colors of #7B996F
Black with #7B996F
Text Example
Text Example
White with #7B996F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B996F; }
p { color: rgb(123,153,111); }
H1.HeaderClassName
{
color: #7B996F;
}
.AnyTagClassName
{
color: #7B996F;
}
</style>
background-color css
<style>
a { background-color: #7B996F; }
a { background-color: rgb(123,153,111); }
div.DivClassName
{
background-color: #7B996F;
}
.BgClassName
{
background-color: #7B996F;
}
</style>
border-color css
<style>
span { border-color: #7B996F; }
span { border-color: rgb(123,153,111); }
td.TdClassName
{
border-color: #7B996F;
}
.TagClassName
{
border-color: #7B996F;
}
</style>