#7FA285

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

Shades of Envy #7FA285

Tints of Envy #7FA285

Color information

#7FA285 (or 0x7FA285) is unknown color: approx 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

RGB127162133-
CMYK0.2200.180.36
HSL130.29º15.84%56.67%-
HSV(B)130.29º21.6%63.53%-
XYZ25.9132.0527.01-
YUV148.23119.4112.86-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.09%
GREEN value IS 162 (63.67% from 255) = 38.39%
BLUE value IS 133 (52.34% from 255) = 31.52%
R=30.09%
G=38.39%
B=31.52%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1271621330.2200.180.36130.2915.8456.67
Hex7FA2851601224821039
Octal17724220526022442022071
Binary11111111010001010000101101100100101001001000001010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>