Shades of Envy #7FA382
Tints of Envy #7FA382
RGB
CMYK
RGB Variations
Color information
#7FA382 (or 0x7FA382) is known color: Envy. HEX triplet: 7F, A3 and 82. RGB value is (127,163,130). Sum of RGB (Red+Green+Blue) = 127+163+130=420 (55% of max value = 765). Red value is 127 (50% from 255 or 30.24% from 420); Green value is 163 (64.06% from 255 or 38.81% from 420); Blue value is 130 (51.17% from 255 or 30.95% from 420); Max value from RGB is 163 - color contains mainly: green. Hex color #7FA382 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA382 is #805C7D. Grayscale: #949494. Windows color (decimal): -8412286 or 8561535. OLE color: 8561535.
HSL color Cylindrical-coordinate representation of color #7FA382: hue angle of 125º 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 #7FA382 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 127 | 163 | 130 | - |
| CMYK | 0.22 | 0 | 0.20 | 0.36 |
| HSL | 125º | 0.16% | 0.57% | - |
| HSV(B) | 125º | 0.22% | 0.64% | - |
| XYZ | 25.88 | 32.32 | 25.99 | - |
| YUV | 148.47 | 117.57 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 163 | 130 | 0.22 | 0 | 0.20 | 0.36 | 125 | 0.16 | 0.57 |
| Hex | 7F | A3 | 82 | 16 | 0 | 14 | 24 | 7D | 10 | 39 |
| Octal | 177 | 243 | 202 | 26 | 0 | 24 | 44 | 175 | 20 | 71 |
| Binary | 1111111 | 10100011 | 10000010 | 10110 | 0 | 10100 | 100100 | 1111101 | 10000 | 111001 |
Color Harmonies of #7FA382
Complementary color
Monochromatic Colors of #7FA382
Black with #7FA382
Text Example
Text Example
White with #7FA382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA382; }
p { color: rgb(127,163,130); }
H1.HeaderClassName
{
color: #7FA382;
}
.AnyTagClassName
{
color: #7FA382;
}
</style>
background-color css
<style>
a { background-color: #7FA382; }
a { background-color: rgb(127,163,130); }
div.DivClassName
{
background-color: #7FA382;
}
.BgClassName
{
background-color: #7FA382;
}
</style>
border-color css
<style>
span { border-color: #7FA382; }
span { border-color: rgb(127,163,130); }
td.TdClassName
{
border-color: #7FA382;
}
.TagClassName
{
border-color: #7FA382;
}
</style>