Shades of Amulet #7B9A6F
Tints of Amulet #7B9A6F
RGB
CMYK
RGB Variations
Color information
#7B9A6F (or 0x7B9A6F) is known color: Amulet. HEX triplet: 7B, 9A and 6F. RGB value is (123,154,111). Sum of RGB (Red+Green+Blue) = 123+154+111=388 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.70% from 388); Green value is 154 (60.55% from 255 or 39.69% from 388); Blue value is 111 (43.75% from 255 or 28.61% from 388); Max value from RGB is 154 - color contains mainly: green. Hex color #7B9A6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B9A6F is #846590. Grayscale: #8B8B8B. Windows color (decimal): -8676753 or 7314043. OLE color: 7314043.
HSL color Cylindrical-coordinate representation of color #7B9A6F: hue angle of 103.26º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7B9A6F is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 123 | 154 | 111 | - |
| CMYK | 0.20 | 0 | 0.28 | 0.40 |
| HSL | 103.26º | 0.18% | 0.52% | - |
| HSV(B) | 103.26º | 0.28% | 0.6% | - |
| XYZ | 22.59 | 28.47 | 19.34 | - |
| YUV | 139.83 | 111.73 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 154 | 111 | 0.20 | 0 | 0.28 | 0.40 | 103.26 | 0.18 | 0.52 |
| Hex | 7B | 9A | 6F | 14 | 0 | 1C | 28 | 67 | 12 | 34 |
| Octal | 173 | 232 | 157 | 24 | 0 | 34 | 50 | 147 | 22 | 64 |
| Binary | 1111011 | 10011010 | 1101111 | 10100 | 0 | 11100 | 101000 | 1100111 | 10010 | 110100 |
Color Harmonies of #7B9A6F
Complementary color
Monochromatic Colors of #7B9A6F
Black with #7B9A6F
Text Example
Text Example
White with #7B9A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9A6F; }
p { color: rgb(123,154,111); }
H1.HeaderClassName
{
color: #7B9A6F;
}
.AnyTagClassName
{
color: #7B9A6F;
}
</style>
background-color css
<style>
a { background-color: #7B9A6F; }
a { background-color: rgb(123,154,111); }
div.DivClassName
{
background-color: #7B9A6F;
}
.BgClassName
{
background-color: #7B9A6F;
}
</style>
border-color css
<style>
span { border-color: #7B9A6F; }
span { border-color: rgb(123,154,111); }
td.TdClassName
{
border-color: #7B9A6F;
}
.TagClassName
{
border-color: #7B9A6F;
}
</style>