Shades of Amulet #7BAA68
Tints of Amulet #7BAA68
RGB
CMYK
RGB Variations
Color information
#7BAA68 (or 0x7BAA68) is known color: Amulet. HEX triplet: 7B, AA and 68. RGB value is (123,170,104). Sum of RGB (Red+Green+Blue) = 123+170+104=397 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.98% from 397); Green value is 170 (66.80% from 255 or 42.82% from 397); Blue value is 104 (41.02% from 255 or 26.20% from 397); Max value from RGB is 170 - color contains mainly: green. Hex color #7BAA68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAA68 is #845597. Grayscale: #949494. Windows color (decimal): -8672664 or 6859387. OLE color: 6859387.
HSL color Cylindrical-coordinate representation of color #7BAA68: hue angle of 102.73º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7BAA68 is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 170 | 104 | - |
| CMYK | 0.28 | 0 | 0.39 | 0.33 |
| HSL | 102.73º | 0.28% | 0.54% | - |
| HSV(B) | 102.73º | 0.39% | 0.67% | - |
| XYZ | 25.04 | 33.96 | 18.33 | - |
| YUV | 148.42 | 102.93 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 170 | 104 | 0.28 | 0 | 0.39 | 0.33 | 102.73 | 0.28 | 0.54 |
| Hex | 7B | AA | 68 | 1C | 0 | 27 | 21 | 67 | 1C | 36 |
| Octal | 173 | 252 | 150 | 34 | 0 | 47 | 41 | 147 | 34 | 66 |
| Binary | 1111011 | 10101010 | 1101000 | 11100 | 0 | 100111 | 100001 | 1100111 | 11100 | 110110 |
Color Harmonies of #7BAA68
Complementary color
Monochromatic Colors of #7BAA68
Black with #7BAA68
Text Example
Text Example
White with #7BAA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAA68; }
p { color: rgb(123,170,104); }
H1.HeaderClassName
{
color: #7BAA68;
}
.AnyTagClassName
{
color: #7BAA68;
}
</style>
background-color css
<style>
a { background-color: #7BAA68; }
a { background-color: rgb(123,170,104); }
div.DivClassName
{
background-color: #7BAA68;
}
.BgClassName
{
background-color: #7BAA68;
}
</style>
border-color css
<style>
span { border-color: #7BAA68; }
span { border-color: rgb(123,170,104); }
td.TdClassName
{
border-color: #7BAA68;
}
.TagClassName
{
border-color: #7BAA68;
}
</style>