Shades of Envy #7CAE81
Tints of Envy #7CAE81
RGB
CMYK
RGB Variations
Color information
#7CAE81 (or 0x7CAE81) is known color: Envy. HEX triplet: 7C, AE and 81. RGB value is (124,174,129). Sum of RGB (Red+Green+Blue) = 124+174+129=427 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.04% from 427); Green value is 174 (68.36% from 255 or 40.75% from 427); Blue value is 129 (50.78% from 255 or 30.21% from 427); Max value from RGB is 174 - color contains mainly: green. Hex color #7CAE81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAE81 is #83517E. Grayscale: #9A9A9A. Windows color (decimal): -8606079 or 8498812. OLE color: 8498812.
HSL color Cylindrical-coordinate representation of color #7CAE81: hue angle of 126º 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 #7CAE81 is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 124 | 174 | 129 | - |
| CMYK | 0.29 | 0 | 0.26 | 0.32 |
| HSL | 126º | 0.24% | 0.58% | - |
| HSV(B) | 126º | 0.29% | 0.68% | - |
| XYZ | 27.41 | 36.14 | 26.3 | - |
| YUV | 153.92 | 113.94 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 174 | 129 | 0.29 | 0 | 0.26 | 0.32 | 126 | 0.24 | 0.58 |
| Hex | 7C | AE | 81 | 1D | 0 | 1A | 20 | 7E | 18 | 3A |
| Octal | 174 | 256 | 201 | 35 | 0 | 32 | 40 | 176 | 30 | 72 |
| Binary | 1111100 | 10101110 | 10000001 | 11101 | 0 | 11010 | 100000 | 1111110 | 11000 | 111010 |
Color Harmonies of #7CAE81
Complementary color
Monochromatic Colors of #7CAE81
Black with #7CAE81
Text Example
Text Example
White with #7CAE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAE81; }
p { color: rgb(124,174,129); }
H1.HeaderClassName
{
color: #7CAE81;
}
.AnyTagClassName
{
color: #7CAE81;
}
</style>
background-color css
<style>
a { background-color: #7CAE81; }
a { background-color: rgb(124,174,129); }
div.DivClassName
{
background-color: #7CAE81;
}
.BgClassName
{
background-color: #7CAE81;
}
</style>
border-color css
<style>
span { border-color: #7CAE81; }
span { border-color: rgb(124,174,129); }
td.TdClassName
{
border-color: #7CAE81;
}
.TagClassName
{
border-color: #7CAE81;
}
</style>