#7FAE86

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

Shades of Envy #7FAE86

Tints of Envy #7FAE86

Color information

#7FAE86 (or 0x7FAE86) is unknown color: approx Envy. HEX triplet: 7F, AE and 86. RGB value is (127,174,134). Sum of RGB (Red+Green+Blue) = 127+174+134=435 (57% of max value = 765). Red value is 127 (50% from 255 or 29.20% from 435); Green value is 174 (68.36% from 255 or 40% from 435); Blue value is 134 (52.73% from 255 or 30.80% from 435); Max value from RGB is 174 - color contains mainly: green. Hex color #7FAE86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAE86 is #805179. Grayscale: #9B9B9B. Windows color (decimal): -8409466 or 8826495. OLE color: 8826495.

HSL color Cylindrical-coordinate representation of color #7FAE86: hue angle of 128.94º 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 #7FAE86 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.32.

Color convert

RGB127174134-
CMYK0.2700.230.32
HSL128.94º22.49%59.02%-
HSV(B)128.94º27.01%68.24%-
XYZ28.1936.5128.11-
YUV155.39115.93107.75-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.20%
GREEN value IS 174 (68.36% from 255) = 40%
BLUE value IS 134 (52.73% from 255) = 30.80%
R=29.20%
G=40%
B=30.80%

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
Decimal1271741340.2700.230.32128.9422.4959.02
Hex7FAE861B0172081163b
Octal17725620633027402012673
Binary11111111010111010000110110110101111000001000000110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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