#7FA27F

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

Shades of Envy #7FA27F

Tints of Envy #7FA27F

Color information

#7FA27F (or 0x7FA27F) is unknown color: approx Envy. HEX triplet: 7F, A2 and 7F. RGB value is (127,162,127). Sum of RGB (Red+Green+Blue) = 127+162+127=416 (55% of max value = 765). Red value is 127 (50% from 255 or 30.53% from 416); Green value is 162 (63.67% from 255 or 38.94% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 162 - color contains mainly: green. Hex color #7FA27F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA27F is #805D80. Grayscale: #939393. Windows color (decimal): -8412545 or 8364671. OLE color: 8364671.

HSL color Cylindrical-coordinate representation of color #7FA27F: hue angle of 120º 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 #7FA27F is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB127162127-
CMYK0.2200.220.36
HSL120º15.84%56.67%-
HSV(B)120º21.6%63.53%-
XYZ25.531.8824.89-
YUV147.55116.4113.35-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.53%
GREEN value IS 162 (63.67% from 255) = 38.94%
BLUE value IS 127 (50% from 255) = 30.53%
R=30.53%
G=38.94%
B=30.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1271621270.2200.220.3612015.8456.67
Hex7FA27F1601624781039
Octal17724217726026441702071
Binary111111110100010111111110110010110100100111100010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,162,127); }

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

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

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

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

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

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

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