#7F9E82

Color #7F9E82 Envy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Envy #7F9E82

Tints of Envy #7F9E82

Color information

#7F9E82 (or 0x7F9E82) is unknown color: approx Envy. HEX triplet: 7F, 9E and 82. RGB value is (127,158,130). Sum of RGB (Red+Green+Blue) = 127+158+130=415 (54% of max value = 765). Red value is 127 (50% from 255 or 30.60% from 415); Green value is 158 (62.11% from 255 or 38.07% from 415); Blue value is 130 (51.17% from 255 or 31.33% from 415); Max value from RGB is 158 - color contains mainly: green. Hex color #7F9E82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9E82 is #80617D. Grayscale: #919191. Windows color (decimal): -8413566 or 8560255. OLE color: 8560255.

HSL color Cylindrical-coordinate representation of color #7F9E82: hue angle of 125.81º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7F9E82 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB127158130-
CMYK0.2000.180.38
HSL125.81º13.78%55.88%-
HSV(B)125.81º19.62%61.96%-
XYZ25.0130.5825.7-
YUV145.54119.23114.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 127 (50% from 255) = 30.60%
GREEN value IS 158 (62.11% from 255) = 38.07%
BLUE value IS 130 (51.17% from 255) = 31.33%
R=30.60%
G=38.07%
B=31.33%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1271581300.2000.180.38125.8113.7855.88
Hex7F9E8214012267ee38
Octal17723620224022461761670
Binary111111110011110100000101010001001010011011111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F9E82; }

 p { color: rgb(127,158,130); }

 H1.HeaderClassName
 {
   color: #7F9E82;
 }
 .AnyTagClassName
 {
   color: #7F9E82;
 }
</style>
background-color css

<style>
 a { background-color: #7F9E82; }

 a { background-color: rgb(127,158,130); }

 div.DivClassName
 {
   background-color: #7F9E82;
 }
 .BgClassName
 {
   background-color: #7F9E82;
 }
</style>
border-color css

<style>
 span { border-color: #7F9E82; }

 span { border-color: rgb(127,158,130); }

 td.TdClassName
 {
   border-color: #7F9E82;
 }
 .TagClassName
 {
   border-color: #7F9E82;
 }
</style>