#869E8E

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

Shades of Envy #869E8E

Tints of Envy #869E8E

Color information

#869E8E (or 0x869E8E) is unknown color: approx Envy. HEX triplet: 86, 9E and 8E. RGB value is (134,158,142). Sum of RGB (Red+Green+Blue) = 134+158+142=434 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.88% from 434); Green value is 158 (62.11% from 255 or 36.41% from 434); Blue value is 142 (55.86% from 255 or 32.72% from 434); Max value from RGB is 158 - color contains mainly: green. Hex color #869E8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869E8E is #796171. Grayscale: #959595. Windows color (decimal): -7954802 or 9346694. OLE color: 9346694.

HSL color Cylindrical-coordinate representation of color #869E8E: hue angle of 140º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #869E8E is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB134158142-
CMYK0.1500.100.38
HSL140º11.01%57.25%-
HSV(B)140º15.19%61.96%-
XYZ26.9431.4830.25-
YUV149124.05117.3-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.88%
GREEN value IS 158 (62.11% from 255) = 36.41%
BLUE value IS 142 (55.86% from 255) = 32.72%
R=30.88%
G=36.41%
B=32.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1341581420.1500.100.3814011.0157.25
Hex869E8EF0A268cb39
Octal20623621617012462141371
Binary100001101001111010001110111101010100110100011001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869E8E; }

 p { color: rgb(134,158,142); }

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

<style>
 a { background-color: #869E8E; }

 a { background-color: rgb(134,158,142); }

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

<style>
 span { border-color: #869E8E; }

 span { border-color: rgb(134,158,142); }

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