#868F5E

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

Shades of Bitter #868F5E

Tints of Bitter #868F5E

Color information

#868F5E (or 0x868F5E) is unknown color: approx Bitter. HEX triplet: 86, 8F and 5E. RGB value is (134,143,94). Sum of RGB (Red+Green+Blue) = 134+143+94=371 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.12% from 371); Green value is 143 (56.25% from 255 or 38.54% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 143 - color contains mainly: green. Hex color #868F5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868F5E is #7970A1. Grayscale: #868686. Windows color (decimal): -7958690 or 6197126. OLE color: 6197126.

HSL color Cylindrical-coordinate representation of color #868F5E: hue angle of 71.02º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #868F5E is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB13414394-
CMYK0.0600.340.44
HSL71.02º20.68%46.47%-
HSV(B)71.02º34.27%56.08%-
XYZ21.6725.5214.37-
YUV134.72105.02127.48-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.12%
GREEN value IS 143 (56.25% from 255) = 38.54%
BLUE value IS 94 (37.11% from 255) = 25.34%
R=36.12%
G=38.54%
B=25.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal134143940.0600.340.4471.0220.6846.47
Hex868F5E60222C47152e
Octal2062171366042541072556
Binary100001101000111110111101100100010101100100011110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868F5E; }

 p { color: rgb(134,143,94); }

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

<style>
 a { background-color: #868F5E; }

 a { background-color: rgb(134,143,94); }

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

<style>
 span { border-color: #868F5E; }

 span { border-color: rgb(134,143,94); }

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