Shades of Envy #7FA688
Tints of Envy #7FA688
RGB
CMYK
RGB Variations
Color information
#7FA688 (or 0x7FA688) is known color: Envy. HEX triplet: 7F, A6 and 88. RGB value is (127,166,136). Sum of RGB (Red+Green+Blue) = 127+166+136=429 (56% of max value = 765). Red value is 127 (50% from 255 or 29.60% from 429); Green value is 166 (65.23% from 255 or 38.69% from 429); Blue value is 136 (53.52% from 255 or 31.70% from 429); Max value from RGB is 166 - color contains mainly: green. Hex color #7FA688 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA688 is #805977. Grayscale: #979797. Windows color (decimal): -8411512 or 8955519. OLE color: 8955519.
HSL color Cylindrical-coordinate representation of color #7FA688: hue angle of 133.85º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7FA688 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 127 | 166 | 136 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.35 |
| HSL | 133.85º | 0.18% | 0.57% | - |
| HSV(B) | 133.85º | 0.23% | 0.65% | - |
| XYZ | 26.83 | 33.56 | 28.36 | - |
| YUV | 150.92 | 119.58 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 166 | 136 | 0.23 | 0 | 0.18 | 0.35 | 133.85 | 0.18 | 0.57 |
| Hex | 7F | A6 | 88 | 17 | 0 | 12 | 23 | 86 | 12 | 39 |
| Octal | 177 | 246 | 210 | 27 | 0 | 22 | 43 | 206 | 22 | 71 |
| Binary | 1111111 | 10100110 | 10001000 | 10111 | 0 | 10010 | 100011 | 10000110 | 10010 | 111001 |
Color Harmonies of #7FA688
Complementary color
Monochromatic Colors of #7FA688
Black with #7FA688
Text Example
Text Example
White with #7FA688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA688; }
p { color: rgb(127,166,136); }
H1.HeaderClassName
{
color: #7FA688;
}
.AnyTagClassName
{
color: #7FA688;
}
</style>
background-color css
<style>
a { background-color: #7FA688; }
a { background-color: rgb(127,166,136); }
div.DivClassName
{
background-color: #7FA688;
}
.BgClassName
{
background-color: #7FA688;
}
</style>
border-color css
<style>
span { border-color: #7FA688; }
span { border-color: rgb(127,166,136); }
td.TdClassName
{
border-color: #7FA688;
}
.TagClassName
{
border-color: #7FA688;
}
</style>