#8B9A90

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

Shades of Envy #8B9A90

Tints of Envy #8B9A90

Color information

#8B9A90 (or 0x8B9A90) is unknown color: approx Envy. HEX triplet: 8B, 9A and 90. RGB value is (139,154,144). Sum of RGB (Red+Green+Blue) = 139+154+144=437 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.81% from 437); Green value is 154 (60.55% from 255 or 35.24% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 154 - color contains mainly: green. Hex color #8B9A90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9A90 is #74656F. Grayscale: #949494. Windows color (decimal): -7628144 or 9476747. OLE color: 9476747.

HSL color Cylindrical-coordinate representation of color #8B9A90: hue angle of 140º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8B9A90 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB139154144-
CMYK0.1000.060.40
HSL140º6.91%57.45%-
HSV(B)140º9.74%60.39%-
XYZ27.2430.6130.86-
YUV148.38125.53121.31-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.81%
GREEN value IS 154 (60.55% from 255) = 35.24%
BLUE value IS 144 (56.64% from 255) = 32.95%
R=31.81%
G=35.24%
B=32.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1391541440.1000.060.401406.9157.45
Hex8B9A90A06288c739
Octal213232220120650214771
Binary1000101110011010100100001010011010100010001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,154,144); }

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

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

 a { background-color: rgb(139,154,144); }

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

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

 span { border-color: rgb(139,154,144); }

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