Shades of Amulet #7BAF77
Tints of Amulet #7BAF77
RGB
CMYK
RGB Variations
Color information
#7BAF77 (or 0x7BAF77) is known color: Amulet. HEX triplet: 7B, AF and 77. RGB value is (123,175,119). Sum of RGB (Red+Green+Blue) = 123+175+119=417 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.50% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 119 (46.88% from 255 or 28.54% from 417); Max value from RGB is 175 - color contains mainly: green. Hex color #7BAF77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAF77 is #845088. Grayscale: #999999. Windows color (decimal): -8671369 or 7843707. OLE color: 7843707.
HSL color Cylindrical-coordinate representation of color #7BAF77: hue angle of 115.71º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7BAF77 is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 175 | 119 | - |
| CMYK | 0.30 | 0 | 0.32 | 0.31 |
| HSL | 115.71º | 0.26% | 0.58% | - |
| HSV(B) | 115.71º | 0.32% | 0.69% | - |
| XYZ | 26.83 | 36.2 | 23.03 | - |
| YUV | 153.07 | 108.77 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 175 | 119 | 0.30 | 0 | 0.32 | 0.31 | 115.71 | 0.26 | 0.58 |
| Hex | 7B | AF | 77 | 1E | 0 | 20 | 1F | 74 | 1A | 3A |
| Octal | 173 | 257 | 167 | 36 | 0 | 40 | 37 | 164 | 32 | 72 |
| Binary | 1111011 | 10101111 | 1110111 | 11110 | 0 | 100000 | 11111 | 1110100 | 11010 | 111010 |
Color Harmonies of #7BAF77
Complementary color
Monochromatic Colors of #7BAF77
Black with #7BAF77
Text Example
Text Example
White with #7BAF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAF77; }
p { color: rgb(123,175,119); }
H1.HeaderClassName
{
color: #7BAF77;
}
.AnyTagClassName
{
color: #7BAF77;
}
</style>
background-color css
<style>
a { background-color: #7BAF77; }
a { background-color: rgb(123,175,119); }
div.DivClassName
{
background-color: #7BAF77;
}
.BgClassName
{
background-color: #7BAF77;
}
</style>
border-color css
<style>
span { border-color: #7BAF77; }
span { border-color: rgb(123,175,119); }
td.TdClassName
{
border-color: #7BAF77;
}
.TagClassName
{
border-color: #7BAF77;
}
</style>