Shades of Amulet #7BAA6E
Tints of Amulet #7BAA6E
RGB
CMYK
RGB Variations
Color information
#7BAA6E (or 0x7BAA6E) is known color: Amulet. HEX triplet: 7B, AA and 6E. RGB value is (123,170,110). Sum of RGB (Red+Green+Blue) = 123+170+110=403 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.52% from 403); Green value is 170 (66.80% from 255 or 42.18% from 403); Blue value is 110 (43.36% from 255 or 27.30% from 403); Max value from RGB is 170 - color contains mainly: green. Hex color #7BAA6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAA6E is #845591. Grayscale: #959595. Windows color (decimal): -8672658 or 7252603. OLE color: 7252603.
HSL color Cylindrical-coordinate representation of color #7BAA6E: hue angle of 107º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7BAA6E is Cyan = 0.28, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 170 | 110 | - |
| CMYK | 0.28 | 0 | 0.35 | 0.33 |
| HSL | 107º | 0.26% | 0.55% | - |
| HSV(B) | 107º | 0.35% | 0.67% | - |
| XYZ | 25.36 | 34.09 | 19.99 | - |
| YUV | 149.11 | 105.93 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 170 | 110 | 0.28 | 0 | 0.35 | 0.33 | 107 | 0.26 | 0.55 |
| Hex | 7B | AA | 6E | 1C | 0 | 23 | 21 | 6B | 1A | 37 |
| Octal | 173 | 252 | 156 | 34 | 0 | 43 | 41 | 153 | 32 | 67 |
| Binary | 1111011 | 10101010 | 1101110 | 11100 | 0 | 100011 | 100001 | 1101011 | 11010 | 110111 |
Color Harmonies of #7BAA6E
Complementary color
Monochromatic Colors of #7BAA6E
Black with #7BAA6E
Text Example
Text Example
White with #7BAA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAA6E; }
p { color: rgb(123,170,110); }
H1.HeaderClassName
{
color: #7BAA6E;
}
.AnyTagClassName
{
color: #7BAA6E;
}
</style>
background-color css
<style>
a { background-color: #7BAA6E; }
a { background-color: rgb(123,170,110); }
div.DivClassName
{
background-color: #7BAA6E;
}
.BgClassName
{
background-color: #7BAA6E;
}
</style>
border-color css
<style>
span { border-color: #7BAA6E; }
span { border-color: rgb(123,170,110); }
td.TdClassName
{
border-color: #7BAA6E;
}
.TagClassName
{
border-color: #7BAA6E;
}
</style>