Shades of Envy #7AB07C
Tints of Envy #7AB07C
RGB
CMYK
RGB Variations
Color information
#7AB07C (or 0x7AB07C) is known color: Envy. HEX triplet: 7A, B0 and 7C. RGB value is (122,176,124). Sum of RGB (Red+Green+Blue) = 122+176+124=422 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.91% from 422); Green value is 176 (69.14% from 255 or 41.71% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 176 - color contains mainly: green. Hex color #7AB07C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AB07C is #854F83. Grayscale: #9A9A9A. Windows color (decimal): -8736644 or 8171642. OLE color: 8171642.
HSL color Cylindrical-coordinate representation of color #7AB07C: hue angle of 122.22º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7AB07C is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 176 | 124 | - |
| CMYK | 0.31 | 0 | 0.30 | 0.31 |
| HSL | 122.22º | 0.25% | 0.58% | - |
| HSV(B) | 122.22º | 0.31% | 0.69% | - |
| XYZ | 27.19 | 36.64 | 24.71 | - |
| YUV | 153.93 | 111.11 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 176 | 124 | 0.31 | 0 | 0.30 | 0.31 | 122.22 | 0.25 | 0.58 |
| Hex | 7A | B0 | 7C | 1F | 0 | 1E | 1F | 7A | 19 | 3A |
| Octal | 172 | 260 | 174 | 37 | 0 | 36 | 37 | 172 | 31 | 72 |
| Binary | 1111010 | 10110000 | 1111100 | 11111 | 0 | 11110 | 11111 | 1111010 | 11001 | 111010 |
Color Harmonies of #7AB07C
Complementary color
Monochromatic Colors of #7AB07C
Black with #7AB07C
Text Example
Text Example
White with #7AB07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB07C; }
p { color: rgb(122,176,124); }
H1.HeaderClassName
{
color: #7AB07C;
}
.AnyTagClassName
{
color: #7AB07C;
}
</style>
background-color css
<style>
a { background-color: #7AB07C; }
a { background-color: rgb(122,176,124); }
div.DivClassName
{
background-color: #7AB07C;
}
.BgClassName
{
background-color: #7AB07C;
}
</style>
border-color css
<style>
span { border-color: #7AB07C; }
span { border-color: rgb(122,176,124); }
td.TdClassName
{
border-color: #7AB07C;
}
.TagClassName
{
border-color: #7AB07C;
}
</style>