#7FA785

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

Shades of Envy #7FA785

Tints of Envy #7FA785

Color information

#7FA785 (or 0x7FA785) is unknown color: approx Envy. HEX triplet: 7F, A7 and 85. RGB value is (127,167,133). Sum of RGB (Red+Green+Blue) = 127+167+133=427 (56% of max value = 765). Red value is 127 (50% from 255 or 29.74% from 427); Green value is 167 (65.62% from 255 or 39.11% from 427); Blue value is 133 (52.34% from 255 or 31.15% from 427); Max value from RGB is 167 - color contains mainly: green. Hex color #7FA785 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA785 is #80587A. Grayscale: #979797. Windows color (decimal): -8411259 or 8759167. OLE color: 8759167.

HSL color Cylindrical-coordinate representation of color #7FA785: hue angle of 129º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7FA785 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB127167133-
CMYK0.2400.200.35
HSL129º18.52%57.65%-
HSV(B)129º23.95%65.49%-
XYZ26.833.8427.31-
YUV151.16117.75110.76-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.74%
GREEN value IS 167 (65.62% from 255) = 39.11%
BLUE value IS 133 (52.34% from 255) = 31.15%
R=29.74%
G=39.11%
B=31.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1271671330.2400.200.3512918.5257.65
Hex7FA785180142381133a
Octal17724720530024432012372
Binary11111111010011110000101110000101001000111000000110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,167,133); }

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

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

 a { background-color: rgb(127,167,133); }

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

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

 span { border-color: rgb(127,167,133); }

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