#8B9A8F

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

Shades of Envy #8B9A8F

Tints of Envy #8B9A8F

Color information

#8B9A8F (or 0x8B9A8F) is unknown color: approx Envy. HEX triplet: 8B, 9A and 8F. RGB value is (139,154,143). Sum of RGB (Red+Green+Blue) = 139+154+143=436 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.88% from 436); Green value is 154 (60.55% from 255 or 35.32% from 436); Blue value is 143 (56.25% from 255 or 32.80% from 436); Max value from RGB is 154 - color contains mainly: green. Hex color #8B9A8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9A8F is #746570. Grayscale: #949494. Windows color (decimal): -7628145 or 9411211. OLE color: 9411211.

HSL color Cylindrical-coordinate representation of color #8B9A8F: hue angle of 136º 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 #8B9A8F is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB139154143-
CMYK0.1000.070.40
HSL136º6.91%57.45%-
HSV(B)136º9.74%60.39%-
XYZ27.1630.5830.46-
YUV148.26125.03121.39-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.88%
GREEN value IS 154 (60.55% from 255) = 35.32%
BLUE value IS 143 (56.25% from 255) = 32.80%
R=31.88%
G=35.32%
B=32.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1391541430.1000.070.401366.9157.45
Hex8B9A8FA072888739
Octal213232217120750210771
Binary1000101110011010100011111010011110100010001000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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