Shades of Envy #7CAE7E
Tints of Envy #7CAE7E
RGB
CMYK
RGB Variations
Color information
#7CAE7E (or 0x7CAE7E) is known color: Envy. HEX triplet: 7C, AE and 7E. RGB value is (124,174,126). Sum of RGB (Red+Green+Blue) = 124+174+126=424 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.25% from 424); Green value is 174 (68.36% from 255 or 41.04% from 424); Blue value is 126 (49.61% from 255 or 29.72% from 424); Max value from RGB is 174 - color contains mainly: green. Hex color #7CAE7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CAE7E is #835181. Grayscale: #999999. Windows color (decimal): -8606082 or 8302204. OLE color: 8302204.
HSL color Cylindrical-coordinate representation of color #7CAE7E: hue angle of 122.4º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7CAE7E is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 124 | 174 | 126 | - |
| CMYK | 0.29 | 0 | 0.28 | 0.32 |
| HSL | 122.4º | 0.24% | 0.58% | - |
| HSV(B) | 122.4º | 0.29% | 0.68% | - |
| XYZ | 27.21 | 36.06 | 25.27 | - |
| YUV | 153.58 | 112.44 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 174 | 126 | 0.29 | 0 | 0.28 | 0.32 | 122.4 | 0.24 | 0.58 |
| Hex | 7C | AE | 7E | 1D | 0 | 1C | 20 | 7A | 18 | 3A |
| Octal | 174 | 256 | 176 | 35 | 0 | 34 | 40 | 172 | 30 | 72 |
| Binary | 1111100 | 10101110 | 1111110 | 11101 | 0 | 11100 | 100000 | 1111010 | 11000 | 111010 |
Color Harmonies of #7CAE7E
Complementary color
Monochromatic Colors of #7CAE7E
Black with #7CAE7E
Text Example
Text Example
White with #7CAE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAE7E; }
p { color: rgb(124,174,126); }
H1.HeaderClassName
{
color: #7CAE7E;
}
.AnyTagClassName
{
color: #7CAE7E;
}
</style>
background-color css
<style>
a { background-color: #7CAE7E; }
a { background-color: rgb(124,174,126); }
div.DivClassName
{
background-color: #7CAE7E;
}
.BgClassName
{
background-color: #7CAE7E;
}
</style>
border-color css
<style>
span { border-color: #7CAE7E; }
span { border-color: rgb(124,174,126); }
td.TdClassName
{
border-color: #7CAE7E;
}
.TagClassName
{
border-color: #7CAE7E;
}
</style>