Shades of Amulet #7BAB7B
Tints of Amulet #7BAB7B
RGB
CMYK
RGB Variations
Color information
#7BAB7B (or 0x7BAB7B) is known color: Amulet. HEX triplet: 7B, AB and 7B. RGB value is (123,171,123). Sum of RGB (Red+Green+Blue) = 123+171+123=417 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.50% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 123 (48.44% from 255 or 29.50% from 417); Max value from RGB is 171 - color contains mainly: green. Hex color #7BAB7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAB7B is #845484. Grayscale: #979797. Windows color (decimal): -8672389 or 8104827. OLE color: 8104827.
HSL color Cylindrical-coordinate representation of color #7BAB7B: hue angle of 120º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7BAB7B is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
RGB | 123 | 171 | 123 | - |
CMYK | 0.28 | 0 | 0.28 | 0.33 |
HSL | 120º | 0.22% | 0.58% | - |
HSV(B) | 120º | 0.28% | 0.67% | - |
XYZ | 26.31 | 34.77 | 24.06 | - |
YUV | 151.18 | 112.1 | 107.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 123 | 171 | 123 | 0.28 | 0 | 0.28 | 0.33 | 120 | 0.22 | 0.58 |
Hex | 7B | AB | 7B | 1C | 0 | 1C | 21 | 78 | 16 | 3A |
Octal | 173 | 253 | 173 | 34 | 0 | 34 | 41 | 170 | 26 | 72 |
Binary | 1111011 | 10101011 | 1111011 | 11100 | 0 | 11100 | 100001 | 1111000 | 10110 | 111010 |
Color Harmonies of #7BAB7B
Complementary color
Monochromatic Colors of #7BAB7B
Black with #7BAB7B
Text Example
Text Example
White with #7BAB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAB7B; }
p { color: rgb(123,171,123); }
H1.HeaderClassName
{
color: #7BAB7B;
}
.AnyTagClassName
{
color: #7BAB7B;
}
</style>
background-color css
<style>
a { background-color: #7BAB7B; }
a { background-color: rgb(123,171,123); }
div.DivClassName
{
background-color: #7BAB7B;
}
.BgClassName
{
background-color: #7BAB7B;
}
</style>
border-color css
<style>
span { border-color: #7BAB7B; }
span { border-color: rgb(123,171,123); }
td.TdClassName
{
border-color: #7BAB7B;
}
.TagClassName
{
border-color: #7BAB7B;
}
</style>