Shades of Envy #7FA285
Tints of Envy #7FA285
RGB
CMYK
RGB Variations
Color information
#7FA285 (or 0x7FA285) is known color: Envy. HEX triplet: 7F, A2 and 85. RGB value is (127,162,133). Sum of RGB (Red+Green+Blue) = 127+162+133=422 (55% of max value = 765). Red value is 127 (50% from 255 or 30.09% from 422); Green value is 162 (63.67% from 255 or 38.39% from 422); Blue value is 133 (52.34% from 255 or 31.52% from 422); Max value from RGB is 162 - color contains mainly: green. Hex color #7FA285 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA285 is #805D7A. Grayscale: #949494. Windows color (decimal): -8412539 or 8757887. OLE color: 8757887.
HSL color Cylindrical-coordinate representation of color #7FA285: hue angle of 130.29º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7FA285 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 127 | 162 | 133 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.36 |
| HSL | 130.29º | 0.16% | 0.57% | - |
| HSV(B) | 130.29º | 0.22% | 0.64% | - |
| XYZ | 25.91 | 32.05 | 27.01 | - |
| YUV | 148.23 | 119.4 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 162 | 133 | 0.22 | 0 | 0.18 | 0.36 | 130.29 | 0.16 | 0.57 |
| Hex | 7F | A2 | 85 | 16 | 0 | 12 | 24 | 82 | 10 | 39 |
| Octal | 177 | 242 | 205 | 26 | 0 | 22 | 44 | 202 | 20 | 71 |
| Binary | 1111111 | 10100010 | 10000101 | 10110 | 0 | 10010 | 100100 | 10000010 | 10000 | 111001 |
Color Harmonies of #7FA285
Complementary color
Monochromatic Colors of #7FA285
Black with #7FA285
Text Example
Text Example
White with #7FA285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA285; }
p { color: rgb(127,162,133); }
H1.HeaderClassName
{
color: #7FA285;
}
.AnyTagClassName
{
color: #7FA285;
}
</style>
background-color css
<style>
a { background-color: #7FA285; }
a { background-color: rgb(127,162,133); }
div.DivClassName
{
background-color: #7FA285;
}
.BgClassName
{
background-color: #7FA285;
}
</style>
border-color css
<style>
span { border-color: #7FA285; }
span { border-color: rgb(127,162,133); }
td.TdClassName
{
border-color: #7FA285;
}
.TagClassName
{
border-color: #7FA285;
}
</style>