#8B9C8F

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

Shades of Envy #8B9C8F

Tints of Envy #8B9C8F

Color information

#8B9C8F (or 0x8B9C8F) is unknown color: approx Envy. HEX triplet: 8B, 9C and 8F. RGB value is (139,156,143). Sum of RGB (Red+Green+Blue) = 139+156+143=438 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.74% from 438); Green value is 156 (61.33% from 255 or 35.62% from 438); Blue value is 143 (56.25% from 255 or 32.65% from 438); Max value from RGB is 156 - color contains mainly: green. Hex color #8B9C8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9C8F is #746370. Grayscale: #959595. Windows color (decimal): -7627633 or 9411723. OLE color: 9411723.

HSL color Cylindrical-coordinate representation of color #8B9C8F: hue angle of 134.12º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8B9C8F is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB139156143-
CMYK0.1100.080.39
HSL134.12º7.91%57.84%-
HSV(B)134.12º10.9%61.18%-
XYZ27.4931.2530.57-
YUV149.43124.37120.56-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.74%
GREEN value IS 156 (61.33% from 255) = 35.62%
BLUE value IS 143 (56.25% from 255) = 32.65%
R=31.74%
G=35.62%
B=32.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1391561430.1100.080.39134.127.9157.84
Hex8B9C8FB08278683a
Octal21323421713010472061072
Binary100010111001110010001111101101000100111100001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B9C8F; }

 p { color: rgb(139,156,143); }

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

<style>
 a { background-color: #8B9C8F; }

 a { background-color: rgb(139,156,143); }

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

<style>
 span { border-color: #8B9C8F; }

 span { border-color: rgb(139,156,143); }

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