Shades of Envy #7CA383
Tints of Envy #7CA383
RGB
CMYK
RGB Variations
Color information
#7CA383 (or 0x7CA383) is known color: Envy. HEX triplet: 7C, A3 and 83. RGB value is (124,163,131). Sum of RGB (Red+Green+Blue) = 124+163+131=418 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.67% from 418); Green value is 163 (64.06% from 255 or 39.00% from 418); Blue value is 131 (51.56% from 255 or 31.34% from 418); Max value from RGB is 163 - color contains mainly: green. Hex color #7CA383 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CA383 is #835C7C. Grayscale: #939393. Windows color (decimal): -8608893 or 8627068. OLE color: 8627068.
HSL color Cylindrical-coordinate representation of color #7CA383: hue angle of 130.77º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7CA383 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 124 | 163 | 131 | - |
| CMYK | 0.24 | 0 | 0.20 | 0.36 |
| HSL | 130.77º | 0.17% | 0.56% | - |
| HSV(B) | 130.77º | 0.24% | 0.64% | - |
| XYZ | 25.51 | 32.12 | 26.33 | - |
| YUV | 147.69 | 118.58 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 163 | 131 | 0.24 | 0 | 0.20 | 0.36 | 130.77 | 0.17 | 0.56 |
| Hex | 7C | A3 | 83 | 18 | 0 | 14 | 24 | 83 | 11 | 38 |
| Octal | 174 | 243 | 203 | 30 | 0 | 24 | 44 | 203 | 21 | 70 |
| Binary | 1111100 | 10100011 | 10000011 | 11000 | 0 | 10100 | 100100 | 10000011 | 10001 | 111000 |
Color Harmonies of #7CA383
Complementary color
Monochromatic Colors of #7CA383
Black with #7CA383
Text Example
Text Example
White with #7CA383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA383; }
p { color: rgb(124,163,131); }
H1.HeaderClassName
{
color: #7CA383;
}
.AnyTagClassName
{
color: #7CA383;
}
</style>
background-color css
<style>
a { background-color: #7CA383; }
a { background-color: rgb(124,163,131); }
div.DivClassName
{
background-color: #7CA383;
}
.BgClassName
{
background-color: #7CA383;
}
</style>
border-color css
<style>
span { border-color: #7CA383; }
span { border-color: rgb(124,163,131); }
td.TdClassName
{
border-color: #7CA383;
}
.TagClassName
{
border-color: #7CA383;
}
</style>