Shades of Envy #7AB07D
Tints of Envy #7AB07D
RGB
CMYK
RGB Variations
Color information
#7AB07D (or 0x7AB07D) is known color: Envy. HEX triplet: 7A, B0 and 7D. RGB value is (122,176,125). Sum of RGB (Red+Green+Blue) = 122+176+125=423 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.84% from 423); Green value is 176 (69.14% from 255 or 41.61% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 176 - color contains mainly: green. Hex color #7AB07D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AB07D is #854F82. Grayscale: #9A9A9A. Windows color (decimal): -8736643 or 8237178. OLE color: 8237178.
HSL color Cylindrical-coordinate representation of color #7AB07D: hue angle of 123.33º 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 #7AB07D is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 176 | 125 | - |
| CMYK | 0.31 | 0 | 0.29 | 0.31 |
| HSL | 123.33º | 0.25% | 0.58% | - |
| HSV(B) | 123.33º | 0.31% | 0.69% | - |
| XYZ | 27.25 | 36.67 | 25.04 | - |
| YUV | 154.04 | 111.61 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 176 | 125 | 0.31 | 0 | 0.29 | 0.31 | 123.33 | 0.25 | 0.58 |
| Hex | 7A | B0 | 7D | 1F | 0 | 1D | 1F | 7B | 19 | 3A |
| Octal | 172 | 260 | 175 | 37 | 0 | 35 | 37 | 173 | 31 | 72 |
| Binary | 1111010 | 10110000 | 1111101 | 11111 | 0 | 11101 | 11111 | 1111011 | 11001 | 111010 |
Color Harmonies of #7AB07D
Complementary color
Monochromatic Colors of #7AB07D
Black with #7AB07D
Text Example
Text Example
White with #7AB07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB07D; }
p { color: rgb(122,176,125); }
H1.HeaderClassName
{
color: #7AB07D;
}
.AnyTagClassName
{
color: #7AB07D;
}
</style>
background-color css
<style>
a { background-color: #7AB07D; }
a { background-color: rgb(122,176,125); }
div.DivClassName
{
background-color: #7AB07D;
}
.BgClassName
{
background-color: #7AB07D;
}
</style>
border-color css
<style>
span { border-color: #7AB07D; }
span { border-color: rgb(122,176,125); }
td.TdClassName
{
border-color: #7AB07D;
}
.TagClassName
{
border-color: #7AB07D;
}
</style>