Shades of Envy #7FA188
Tints of Envy #7FA188
RGB
CMYK
RGB Variations
Color information
#7FA188 (or 0x7FA188) is known color: Envy. HEX triplet: 7F, A1 and 88. RGB value is (127,161,136). Sum of RGB (Red+Green+Blue) = 127+161+136=424 (56% of max value = 765). Red value is 127 (50% from 255 or 29.95% from 424); Green value is 161 (63.28% from 255 or 37.97% from 424); Blue value is 136 (53.52% from 255 or 32.08% from 424); Max value from RGB is 161 - color contains mainly: green. Hex color #7FA188 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA188 is #805E77. Grayscale: #949494. Windows color (decimal): -8412792 or 8954239. OLE color: 8954239.
HSL color Cylindrical-coordinate representation of color #7FA188: hue angle of 135.88º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7FA188 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 127 | 161 | 136 | - |
| CMYK | 0.21 | 0 | 0.16 | 0.37 |
| HSL | 135.88º | 0.15% | 0.56% | - |
| HSV(B) | 135.88º | 0.21% | 0.63% | - |
| XYZ | 25.94 | 31.78 | 28.06 | - |
| YUV | 147.98 | 121.24 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 161 | 136 | 0.21 | 0 | 0.16 | 0.37 | 135.88 | 0.15 | 0.56 |
| Hex | 7F | A1 | 88 | 15 | 0 | 10 | 25 | 88 | F | 38 |
| Octal | 177 | 241 | 210 | 25 | 0 | 20 | 45 | 210 | 17 | 70 |
| Binary | 1111111 | 10100001 | 10001000 | 10101 | 0 | 10000 | 100101 | 10001000 | 1111 | 111000 |
Color Harmonies of #7FA188
Complementary color
Monochromatic Colors of #7FA188
Black with #7FA188
Text Example
Text Example
White with #7FA188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA188; }
p { color: rgb(127,161,136); }
H1.HeaderClassName
{
color: #7FA188;
}
.AnyTagClassName
{
color: #7FA188;
}
</style>
background-color css
<style>
a { background-color: #7FA188; }
a { background-color: rgb(127,161,136); }
div.DivClassName
{
background-color: #7FA188;
}
.BgClassName
{
background-color: #7FA188;
}
</style>
border-color css
<style>
span { border-color: #7FA188; }
span { border-color: rgb(127,161,136); }
td.TdClassName
{
border-color: #7FA188;
}
.TagClassName
{
border-color: #7FA188;
}
</style>