Shades of Envy #7CAB7E
Tints of Envy #7CAB7E
RGB
CMYK
RGB Variations
Color information
#7CAB7E (or 0x7CAB7E) is known color: Envy. HEX triplet: 7C, AB and 7E. RGB value is (124,171,126). Sum of RGB (Red+Green+Blue) = 124+171+126=421 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.45% from 421); Green value is 171 (67.19% from 255 or 40.62% from 421); Blue value is 126 (49.61% from 255 or 29.93% from 421); Max value from RGB is 171 - color contains mainly: green. Hex color #7CAB7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CAB7E is #835481. Grayscale: #979797. Windows color (decimal): -8606850 or 8301436. OLE color: 8301436.
HSL color Cylindrical-coordinate representation of color #7CAB7E: hue angle of 122.55º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7CAB7E is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 171 | 126 | - |
| CMYK | 0.27 | 0 | 0.26 | 0.33 |
| HSL | 122.55º | 0.22% | 0.58% | - |
| HSV(B) | 122.55º | 0.27% | 0.67% | - |
| XYZ | 26.64 | 34.92 | 25.07 | - |
| YUV | 151.82 | 113.43 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 171 | 126 | 0.27 | 0 | 0.26 | 0.33 | 122.55 | 0.22 | 0.58 |
| Hex | 7C | AB | 7E | 1B | 0 | 1A | 21 | 7B | 16 | 3A |
| Octal | 174 | 253 | 176 | 33 | 0 | 32 | 41 | 173 | 26 | 72 |
| Binary | 1111100 | 10101011 | 1111110 | 11011 | 0 | 11010 | 100001 | 1111011 | 10110 | 111010 |
Color Harmonies of #7CAB7E
Complementary color
Monochromatic Colors of #7CAB7E
Black with #7CAB7E
Text Example
Text Example
White with #7CAB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAB7E; }
p { color: rgb(124,171,126); }
H1.HeaderClassName
{
color: #7CAB7E;
}
.AnyTagClassName
{
color: #7CAB7E;
}
</style>
background-color css
<style>
a { background-color: #7CAB7E; }
a { background-color: rgb(124,171,126); }
div.DivClassName
{
background-color: #7CAB7E;
}
.BgClassName
{
background-color: #7CAB7E;
}
</style>
border-color css
<style>
span { border-color: #7CAB7E; }
span { border-color: rgb(124,171,126); }
td.TdClassName
{
border-color: #7CAB7E;
}
.TagClassName
{
border-color: #7CAB7E;
}
</style>