#869B8B

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

Shades of Envy #869B8B

Tints of Envy #869B8B

Color information

#869B8B (or 0x869B8B) is unknown color: approx Envy. HEX triplet: 86, 9B and 8B. RGB value is (134,155,139). Sum of RGB (Red+Green+Blue) = 134+155+139=428 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.31% from 428); Green value is 155 (60.94% from 255 or 36.21% from 428); Blue value is 139 (54.69% from 255 or 32.48% from 428); Max value from RGB is 155 - color contains mainly: green. Hex color #869B8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869B8B is #796474. Grayscale: #929292. Windows color (decimal): -7955573 or 9149318. OLE color: 9149318.

HSL color Cylindrical-coordinate representation of color #869B8B: hue angle of 134.29º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #869B8B is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB134155139-
CMYK0.1400.100.39
HSL134.29º9.5%56.67%-
HSV(B)134.29º13.55%60.78%-
XYZ26.2130.3828.91-
YUV146.9123.54118.8-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.31%
GREEN value IS 155 (60.94% from 255) = 36.21%
BLUE value IS 139 (54.69% from 255) = 32.48%
R=31.31%
G=36.21%
B=32.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1341551390.1400.100.39134.299.556.67
Hex869B8BE0A2786a39
Octal20623321316012472061271
Binary100001101001101110001011111001010100111100001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,155,139); }

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

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

 a { background-color: rgb(134,155,139); }

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

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

 span { border-color: rgb(134,155,139); }

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