Shades of Amulet #7BAB70
Tints of Amulet #7BAB70
RGB
CMYK
RGB Variations
Color information
#7BAB70 (or 0x7BAB70) is known color: Amulet. HEX triplet: 7B, AB and 70. RGB value is (123,171,112). Sum of RGB (Red+Green+Blue) = 123+171+112=406 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.30% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 112 (44.14% from 255 or 27.59% from 406); Max value from RGB is 171 - color contains mainly: green. Hex color #7BAB70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAB70 is #84548F. Grayscale: #969696. Windows color (decimal): -8672400 or 7383931. OLE color: 7383931.
HSL color Cylindrical-coordinate representation of color #7BAB70: hue angle of 108.81º 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 #7BAB70 is Cyan = 0.28, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 171 | 112 | - |
| CMYK | 0.28 | 0 | 0.35 | 0.33 |
| HSL | 108.81º | 0.26% | 0.55% | - |
| HSV(B) | 108.81º | 0.35% | 0.67% | - |
| XYZ | 25.66 | 34.51 | 20.64 | - |
| YUV | 149.92 | 106.6 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 171 | 112 | 0.28 | 0 | 0.35 | 0.33 | 108.81 | 0.26 | 0.55 |
| Hex | 7B | AB | 70 | 1C | 0 | 23 | 21 | 6D | 1A | 37 |
| Octal | 173 | 253 | 160 | 34 | 0 | 43 | 41 | 155 | 32 | 67 |
| Binary | 1111011 | 10101011 | 1110000 | 11100 | 0 | 100011 | 100001 | 1101101 | 11010 | 110111 |
Color Harmonies of #7BAB70
Complementary color
Monochromatic Colors of #7BAB70
Black with #7BAB70
Text Example
Text Example
White with #7BAB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAB70; }
p { color: rgb(123,171,112); }
H1.HeaderClassName
{
color: #7BAB70;
}
.AnyTagClassName
{
color: #7BAB70;
}
</style>
background-color css
<style>
a { background-color: #7BAB70; }
a { background-color: rgb(123,171,112); }
div.DivClassName
{
background-color: #7BAB70;
}
.BgClassName
{
background-color: #7BAB70;
}
</style>
border-color css
<style>
span { border-color: #7BAB70; }
span { border-color: rgb(123,171,112); }
td.TdClassName
{
border-color: #7BAB70;
}
.TagClassName
{
border-color: #7BAB70;
}
</style>