Shades of Envy #7CA580
Tints of Envy #7CA580
RGB
CMYK
RGB Variations
Color information
#7CA580 (or 0x7CA580) is known color: Envy. HEX triplet: 7C, A5 and 80. RGB value is (124,165,128). Sum of RGB (Red+Green+Blue) = 124+165+128=417 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.74% from 417); Green value is 165 (64.84% from 255 or 39.57% from 417); Blue value is 128 (50.39% from 255 or 30.70% from 417); Max value from RGB is 165 - color contains mainly: green. Hex color #7CA580 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CA580 is #835A7F. Grayscale: #949494. Windows color (decimal): -8608384 or 8430972. OLE color: 8430972.
HSL color Cylindrical-coordinate representation of color #7CA580: hue angle of 125.85º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7CA580 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 124 | 165 | 128 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.35 |
| HSL | 125.85º | 0.19% | 0.57% | - |
| HSV(B) | 125.85º | 0.25% | 0.65% | - |
| XYZ | 25.66 | 32.75 | 25.39 | - |
| YUV | 148.52 | 116.42 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 165 | 128 | 0.25 | 0 | 0.22 | 0.35 | 125.85 | 0.19 | 0.57 |
| Hex | 7C | A5 | 80 | 19 | 0 | 16 | 23 | 7E | 13 | 39 |
| Octal | 174 | 245 | 200 | 31 | 0 | 26 | 43 | 176 | 23 | 71 |
| Binary | 1111100 | 10100101 | 10000000 | 11001 | 0 | 10110 | 100011 | 1111110 | 10011 | 111001 |
Color Harmonies of #7CA580
Complementary color
Monochromatic Colors of #7CA580
Black with #7CA580
Text Example
Text Example
White with #7CA580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA580; }
p { color: rgb(124,165,128); }
H1.HeaderClassName
{
color: #7CA580;
}
.AnyTagClassName
{
color: #7CA580;
}
</style>
background-color css
<style>
a { background-color: #7CA580; }
a { background-color: rgb(124,165,128); }
div.DivClassName
{
background-color: #7CA580;
}
.BgClassName
{
background-color: #7CA580;
}
</style>
border-color css
<style>
span { border-color: #7CA580; }
span { border-color: rgb(124,165,128); }
td.TdClassName
{
border-color: #7CA580;
}
.TagClassName
{
border-color: #7CA580;
}
</style>