#7FAD86

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

Shades of Envy #7FAD86

Tints of Envy #7FAD86

Color information

#7FAD86 (or 0x7FAD86) is unknown color: approx Envy. HEX triplet: 7F, AD and 86. RGB value is (127,173,134). Sum of RGB (Red+Green+Blue) = 127+173+134=434 (57% of max value = 765). Red value is 127 (50% from 255 or 29.26% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 134 (52.73% from 255 or 30.88% from 434); Max value from RGB is 173 - color contains mainly: green. Hex color #7FAD86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAD86 is #805279. Grayscale: #9A9A9A. Windows color (decimal): -8409722 or 8826239. OLE color: 8826239.

HSL color Cylindrical-coordinate representation of color #7FAD86: hue angle of 129.13º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7FAD86 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.32.

Color convert

RGB127173134-
CMYK0.2700.230.32
HSL129.13º21.9%58.82%-
HSV(B)129.13º26.59%67.84%-
XYZ2836.1228.05-
YUV154.8116.26108.17-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.26%
GREEN value IS 173 (67.97% from 255) = 39.86%
BLUE value IS 134 (52.73% from 255) = 30.88%
R=29.26%
G=39.86%
B=30.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1271731340.2700.230.32129.1321.958.82
Hex7FAD861B0172081163b
Octal17725520633027402012673
Binary11111111010110110000110110110101111000001000000110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAD86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,173,134); }

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

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

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

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

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

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

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