Shades of Amulet #7BAB68
Tints of Amulet #7BAB68
RGB
CMYK
RGB Variations
Color information
#7BAB68 (or 0x7BAB68) is known color: Amulet. HEX triplet: 7B, AB and 68. RGB value is (123,171,104). Sum of RGB (Red+Green+Blue) = 123+171+104=398 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.90% from 398); Green value is 171 (67.19% from 255 or 42.96% from 398); Blue value is 104 (41.02% from 255 or 26.13% from 398); Max value from RGB is 171 - color contains mainly: green. Hex color #7BAB68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAB68 is #845497. Grayscale: #959595. Windows color (decimal): -8672408 or 6859643. OLE color: 6859643.
HSL color Cylindrical-coordinate representation of color #7BAB68: hue angle of 102.99º degrees, saturation: 0.29, 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 #7BAB68 is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 171 | 104 | - |
| CMYK | 0.28 | 0 | 0.39 | 0.33 |
| HSL | 102.99º | 0.29% | 0.54% | - |
| HSV(B) | 102.99º | 0.39% | 0.67% | - |
| XYZ | 25.23 | 34.34 | 18.39 | - |
| YUV | 149.01 | 102.6 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 171 | 104 | 0.28 | 0 | 0.39 | 0.33 | 102.99 | 0.29 | 0.54 |
| Hex | 7B | AB | 68 | 1C | 0 | 27 | 21 | 67 | 1D | 36 |
| Octal | 173 | 253 | 150 | 34 | 0 | 47 | 41 | 147 | 35 | 66 |
| Binary | 1111011 | 10101011 | 1101000 | 11100 | 0 | 100111 | 100001 | 1100111 | 11101 | 110110 |
Color Harmonies of #7BAB68
Complementary color
Monochromatic Colors of #7BAB68
Black with #7BAB68
Text Example
Text Example
White with #7BAB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAB68; }
p { color: rgb(123,171,104); }
H1.HeaderClassName
{
color: #7BAB68;
}
.AnyTagClassName
{
color: #7BAB68;
}
</style>
background-color css
<style>
a { background-color: #7BAB68; }
a { background-color: rgb(123,171,104); }
div.DivClassName
{
background-color: #7BAB68;
}
.BgClassName
{
background-color: #7BAB68;
}
</style>
border-color css
<style>
span { border-color: #7BAB68; }
span { border-color: rgb(123,171,104); }
td.TdClassName
{
border-color: #7BAB68;
}
.TagClassName
{
border-color: #7BAB68;
}
</style>