#7FA680

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

Shades of Envy #7FA680

Tints of Envy #7FA680

Color information

#7FA680 (or 0x7FA680) is unknown color: approx Envy. HEX triplet: 7F, A6 and 80. RGB value is (127,166,128). Sum of RGB (Red+Green+Blue) = 127+166+128=421 (55% of max value = 765). Red value is 127 (50% from 255 or 30.17% from 421); Green value is 166 (65.23% from 255 or 39.43% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 166 - color contains mainly: green. Hex color #7FA680 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA680 is #80597F. Grayscale: #969696. Windows color (decimal): -8411520 or 8431231. OLE color: 8431231.

HSL color Cylindrical-coordinate representation of color #7FA680: hue angle of 121.54º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7FA680 is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB127166128-
CMYK0.2300.230.35
HSL121.54º17.97%57.45%-
HSV(B)121.54º23.49%65.1%-
XYZ26.2833.3425.47-
YUV150.01115.58111.59-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.17%
GREEN value IS 166 (65.23% from 255) = 39.43%
BLUE value IS 128 (50.39% from 255) = 30.40%
R=30.17%
G=39.43%
B=30.40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1271661280.2300.230.35121.5417.9757.45
Hex7FA68017017237a1239
Octal17724620027027431722271
Binary1111111101001101000000010111010111100011111101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,166,128); }

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

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

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

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

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

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

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