Shades of Envy #7CAF7C
Tints of Envy #7CAF7C
RGB
CMYK
RGB Variations
Color information
#7CAF7C (or 0x7CAF7C) is known color: Envy. HEX triplet: 7C, AF and 7C. RGB value is (124,175,124). Sum of RGB (Red+Green+Blue) = 124+175+124=423 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.31% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 175 - color contains mainly: green. Hex color #7CAF7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CAF7C is #835083. Grayscale: #9A9A9A. Windows color (decimal): -8605828 or 8171388. OLE color: 8171388.
HSL color Cylindrical-coordinate representation of color #7CAF7C: hue angle of 120º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7CAF7C is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 175 | 124 | - |
| CMYK | 0.29 | 0 | 0.29 | 0.31 |
| HSL | 120º | 0.24% | 0.59% | - |
| HSV(B) | 120º | 0.29% | 0.69% | - |
| XYZ | 27.28 | 36.4 | 24.66 | - |
| YUV | 153.94 | 111.1 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 175 | 124 | 0.29 | 0 | 0.29 | 0.31 | 120 | 0.24 | 0.59 |
| Hex | 7C | AF | 7C | 1D | 0 | 1D | 1F | 78 | 18 | 3B |
| Octal | 174 | 257 | 174 | 35 | 0 | 35 | 37 | 170 | 30 | 73 |
| Binary | 1111100 | 10101111 | 1111100 | 11101 | 0 | 11101 | 11111 | 1111000 | 11000 | 111011 |
Color Harmonies of #7CAF7C
Complementary color
Monochromatic Colors of #7CAF7C
Black with #7CAF7C
Text Example
Text Example
White with #7CAF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAF7C; }
p { color: rgb(124,175,124); }
H1.HeaderClassName
{
color: #7CAF7C;
}
.AnyTagClassName
{
color: #7CAF7C;
}
</style>
background-color css
<style>
a { background-color: #7CAF7C; }
a { background-color: rgb(124,175,124); }
div.DivClassName
{
background-color: #7CAF7C;
}
.BgClassName
{
background-color: #7CAF7C;
}
</style>
border-color css
<style>
span { border-color: #7CAF7C; }
span { border-color: rgb(124,175,124); }
td.TdClassName
{
border-color: #7CAF7C;
}
.TagClassName
{
border-color: #7CAF7C;
}
</style>