#8B8F6C

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

Shades of Bitter #8B8F6C

Tints of Bitter #8B8F6C

Color information

#8B8F6C (or 0x8B8F6C) is unknown color: approx Bitter. HEX triplet: 8B, 8F and 6C. RGB value is (139,143,108). Sum of RGB (Red+Green+Blue) = 139+143+108=390 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.64% from 390); Green value is 143 (56.25% from 255 or 36.67% from 390); Blue value is 108 (42.58% from 255 or 27.69% from 390); Max value from RGB is 143 - color contains mainly: green. Hex color #8B8F6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8F6C is #747093. Grayscale: #898989. Windows color (decimal): -7630996 or 7114635. OLE color: 7114635.

HSL color Cylindrical-coordinate representation of color #8B8F6C: hue angle of 66.86º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8B8F6C is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB139143108-
CMYK0.0300.240.44
HSL66.86º13.94%49.22%-
HSV(B)66.86º24.48%56.08%-
XYZ23.1826.2218.03-
YUV137.81111.17128.85-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.64%
GREEN value IS 143 (56.25% from 255) = 36.67%
BLUE value IS 108 (42.58% from 255) = 27.69%
R=35.64%
G=36.67%
B=27.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1391431080.0300.240.4466.8613.9449.22
Hex8B8F6C30182C43e31
Octal2132171543030541031661
Binary100010111000111111011001101100010110010000111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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