Shades of Envy #7BAC7F
Tints of Envy #7BAC7F
RGB
CMYK
RGB Variations
Color information
#7BAC7F (or 0x7BAC7F) is known color: Envy. HEX triplet: 7B, AC and 7F. RGB value is (123,172,127). Sum of RGB (Red+Green+Blue) = 123+172+127=422 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.15% from 422); Green value is 172 (67.58% from 255 or 40.76% from 422); Blue value is 127 (50% from 255 or 30.09% from 422); Max value from RGB is 172 - color contains mainly: green. Hex color #7BAC7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAC7F is #845380. Grayscale: #989898. Windows color (decimal): -8672129 or 8367227. OLE color: 8367227.
HSL color Cylindrical-coordinate representation of color #7BAC7F: hue angle of 124.9º degrees, saturation: 0.23, 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 #7BAC7F is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 172 | 127 | - |
| CMYK | 0.28 | 0 | 0.26 | 0.33 |
| HSL | 124.9º | 0.23% | 0.58% | - |
| HSV(B) | 124.9º | 0.28% | 0.67% | - |
| XYZ | 26.75 | 35.25 | 25.47 | - |
| YUV | 152.22 | 113.77 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 172 | 127 | 0.28 | 0 | 0.26 | 0.33 | 124.9 | 0.23 | 0.58 |
| Hex | 7B | AC | 7F | 1C | 0 | 1A | 21 | 7D | 17 | 3A |
| Octal | 173 | 254 | 177 | 34 | 0 | 32 | 41 | 175 | 27 | 72 |
| Binary | 1111011 | 10101100 | 1111111 | 11100 | 0 | 11010 | 100001 | 1111101 | 10111 | 111010 |
Color Harmonies of #7BAC7F
Complementary color
Monochromatic Colors of #7BAC7F
Black with #7BAC7F
Text Example
Text Example
White with #7BAC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAC7F; }
p { color: rgb(123,172,127); }
H1.HeaderClassName
{
color: #7BAC7F;
}
.AnyTagClassName
{
color: #7BAC7F;
}
</style>
background-color css
<style>
a { background-color: #7BAC7F; }
a { background-color: rgb(123,172,127); }
div.DivClassName
{
background-color: #7BAC7F;
}
.BgClassName
{
background-color: #7BAC7F;
}
</style>
border-color css
<style>
span { border-color: #7BAC7F; }
span { border-color: rgb(123,172,127); }
td.TdClassName
{
border-color: #7BAC7F;
}
.TagClassName
{
border-color: #7BAC7F;
}
</style>