Shades of Amulet #7BAA6F
Tints of Amulet #7BAA6F
RGB
CMYK
RGB Variations
Color information
#7BAA6F (or 0x7BAA6F) is known color: Amulet. HEX triplet: 7B, AA and 6F. RGB value is (123,170,111). Sum of RGB (Red+Green+Blue) = 123+170+111=404 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.45% from 404); Green value is 170 (66.80% from 255 or 42.08% from 404); Blue value is 111 (43.75% from 255 or 27.48% from 404); Max value from RGB is 170 - color contains mainly: green. Hex color #7BAA6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAA6F is #845590. Grayscale: #959595. Windows color (decimal): -8672657 or 7318139. OLE color: 7318139.
HSL color Cylindrical-coordinate representation of color #7BAA6F: hue angle of 107.8º 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 #7BAA6F is Cyan = 0.28, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 170 | 111 | - |
| CMYK | 0.28 | 0 | 0.35 | 0.33 |
| HSL | 107.8º | 0.26% | 0.55% | - |
| HSV(B) | 107.8º | 0.35% | 0.67% | - |
| XYZ | 25.41 | 34.11 | 20.28 | - |
| YUV | 149.22 | 106.43 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 170 | 111 | 0.28 | 0 | 0.35 | 0.33 | 107.8 | 0.26 | 0.55 |
| Hex | 7B | AA | 6F | 1C | 0 | 23 | 21 | 6C | 1A | 37 |
| Octal | 173 | 252 | 157 | 34 | 0 | 43 | 41 | 154 | 32 | 67 |
| Binary | 1111011 | 10101010 | 1101111 | 11100 | 0 | 100011 | 100001 | 1101100 | 11010 | 110111 |
Color Harmonies of #7BAA6F
Complementary color
Monochromatic Colors of #7BAA6F
Black with #7BAA6F
Text Example
Text Example
White with #7BAA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAA6F; }
p { color: rgb(123,170,111); }
H1.HeaderClassName
{
color: #7BAA6F;
}
.AnyTagClassName
{
color: #7BAA6F;
}
</style>
background-color css
<style>
a { background-color: #7BAA6F; }
a { background-color: rgb(123,170,111); }
div.DivClassName
{
background-color: #7BAA6F;
}
.BgClassName
{
background-color: #7BAA6F;
}
</style>
border-color css
<style>
span { border-color: #7BAA6F; }
span { border-color: rgb(123,170,111); }
td.TdClassName
{
border-color: #7BAA6F;
}
.TagClassName
{
border-color: #7BAA6F;
}
</style>