Shades of Envy #7CB27F
Tints of Envy #7CB27F
RGB
CMYK
RGB Variations
Color information
#7CB27F (or 0x7CB27F) is known color: Envy. HEX triplet: 7C, B2 and 7F. RGB value is (124,178,127). Sum of RGB (Red+Green+Blue) = 124+178+127=429 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.90% from 429); Green value is 178 (69.92% from 255 or 41.49% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 178 - color contains mainly: green. Hex color #7CB27F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CB27F is #834D80. Grayscale: #9C9C9C. Windows color (decimal): -8605057 or 8368764. OLE color: 8368764.
HSL color Cylindrical-coordinate representation of color #7CB27F: hue angle of 123.33º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7CB27F is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 124 | 178 | 127 | - |
| CMYK | 0.30 | 0 | 0.29 | 0.30 |
| HSL | 123.33º | 0.26% | 0.59% | - |
| HSV(B) | 123.33º | 0.3% | 0.7% | - |
| XYZ | 28.06 | 37.66 | 25.87 | - |
| YUV | 156.04 | 111.61 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 178 | 127 | 0.30 | 0 | 0.29 | 0.30 | 123.33 | 0.26 | 0.59 |
| Hex | 7C | B2 | 7F | 1E | 0 | 1D | 1E | 7B | 1A | 3B |
| Octal | 174 | 262 | 177 | 36 | 0 | 35 | 36 | 173 | 32 | 73 |
| Binary | 1111100 | 10110010 | 1111111 | 11110 | 0 | 11101 | 11110 | 1111011 | 11010 | 111011 |
Color Harmonies of #7CB27F
Complementary color
Monochromatic Colors of #7CB27F
Black with #7CB27F
Text Example
Text Example
White with #7CB27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB27F; }
p { color: rgb(124,178,127); }
H1.HeaderClassName
{
color: #7CB27F;
}
.AnyTagClassName
{
color: #7CB27F;
}
</style>
background-color css
<style>
a { background-color: #7CB27F; }
a { background-color: rgb(124,178,127); }
div.DivClassName
{
background-color: #7CB27F;
}
.BgClassName
{
background-color: #7CB27F;
}
</style>
border-color css
<style>
span { border-color: #7CB27F; }
span { border-color: rgb(124,178,127); }
td.TdClassName
{
border-color: #7CB27F;
}
.TagClassName
{
border-color: #7CB27F;
}
</style>