Shades of Envy #7FA383
Tints of Envy #7FA383
RGB
CMYK
RGB Variations
Color information
#7FA383 (or 0x7FA383) is known color: Envy. HEX triplet: 7F, A3 and 83. RGB value is (127,163,131). Sum of RGB (Red+Green+Blue) = 127+163+131=421 (55% of max value = 765). Red value is 127 (50% from 255 or 30.17% from 421); Green value is 163 (64.06% from 255 or 38.72% from 421); Blue value is 131 (51.56% from 255 or 31.12% from 421); Max value from RGB is 163 - color contains mainly: green. Hex color #7FA383 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA383 is #805C7C. Grayscale: #949494. Windows color (decimal): -8412285 or 8627071. OLE color: 8627071.
HSL color Cylindrical-coordinate representation of color #7FA383: hue angle of 126.67º 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 #7FA383 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 127 | 163 | 131 | - |
| CMYK | 0.22 | 0 | 0.20 | 0.36 |
| HSL | 126.67º | 0.16% | 0.57% | - |
| HSV(B) | 126.67º | 0.22% | 0.64% | - |
| XYZ | 25.95 | 32.35 | 26.35 | - |
| YUV | 148.59 | 118.07 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 163 | 131 | 0.22 | 0 | 0.20 | 0.36 | 126.67 | 0.16 | 0.57 |
| Hex | 7F | A3 | 83 | 16 | 0 | 14 | 24 | 7F | 10 | 39 |
| Octal | 177 | 243 | 203 | 26 | 0 | 24 | 44 | 177 | 20 | 71 |
| Binary | 1111111 | 10100011 | 10000011 | 10110 | 0 | 10100 | 100100 | 1111111 | 10000 | 111001 |
Color Harmonies of #7FA383
Complementary color
Monochromatic Colors of #7FA383
Black with #7FA383
Text Example
Text Example
White with #7FA383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA383; }
p { color: rgb(127,163,131); }
H1.HeaderClassName
{
color: #7FA383;
}
.AnyTagClassName
{
color: #7FA383;
}
</style>
background-color css
<style>
a { background-color: #7FA383; }
a { background-color: rgb(127,163,131); }
div.DivClassName
{
background-color: #7FA383;
}
.BgClassName
{
background-color: #7FA383;
}
</style>
border-color css
<style>
span { border-color: #7FA383; }
span { border-color: rgb(127,163,131); }
td.TdClassName
{
border-color: #7FA383;
}
.TagClassName
{
border-color: #7FA383;
}
</style>