Shades of Envy #7BAB7F
Tints of Envy #7BAB7F
RGB
CMYK
RGB Variations
Color information
#7BAB7F (or 0x7BAB7F) is known color: Envy. HEX triplet: 7B, AB and 7F. RGB value is (123,171,127). Sum of RGB (Red+Green+Blue) = 123+171+127=421 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.22% from 421); Green value is 171 (67.19% from 255 or 40.62% from 421); Blue value is 127 (50% from 255 or 30.17% from 421); Max value from RGB is 171 - color contains mainly: green. Hex color #7BAB7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAB7F is #845480. Grayscale: #979797. Windows color (decimal): -8672385 or 8366971. OLE color: 8366971.
HSL color Cylindrical-coordinate representation of color #7BAB7F: hue angle of 125º 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 #7BAB7F is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 171 | 127 | - |
| CMYK | 0.28 | 0 | 0.26 | 0.33 |
| HSL | 125º | 0.22% | 0.58% | - |
| HSV(B) | 125º | 0.28% | 0.67% | - |
| XYZ | 26.56 | 34.87 | 25.41 | - |
| YUV | 151.63 | 114.1 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 171 | 127 | 0.28 | 0 | 0.26 | 0.33 | 125 | 0.22 | 0.58 |
| Hex | 7B | AB | 7F | 1C | 0 | 1A | 21 | 7D | 16 | 3A |
| Octal | 173 | 253 | 177 | 34 | 0 | 32 | 41 | 175 | 26 | 72 |
| Binary | 1111011 | 10101011 | 1111111 | 11100 | 0 | 11010 | 100001 | 1111101 | 10110 | 111010 |
Color Harmonies of #7BAB7F
Complementary color
Monochromatic Colors of #7BAB7F
Black with #7BAB7F
Text Example
Text Example
White with #7BAB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAB7F; }
p { color: rgb(123,171,127); }
H1.HeaderClassName
{
color: #7BAB7F;
}
.AnyTagClassName
{
color: #7BAB7F;
}
</style>
background-color css
<style>
a { background-color: #7BAB7F; }
a { background-color: rgb(123,171,127); }
div.DivClassName
{
background-color: #7BAB7F;
}
.BgClassName
{
background-color: #7BAB7F;
}
</style>
border-color css
<style>
span { border-color: #7BAB7F; }
span { border-color: rgb(123,171,127); }
td.TdClassName
{
border-color: #7BAB7F;
}
.TagClassName
{
border-color: #7BAB7F;
}
</style>