#868E59

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

Shades of Bitter #868E59

Tints of Bitter #868E59

Color information

#868E59 (or 0x868E59) is unknown color: approx Bitter. HEX triplet: 86, 8E and 59. RGB value is (134,142,89). Sum of RGB (Red+Green+Blue) = 134+142+89=365 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.71% from 365); Green value is 142 (55.86% from 255 or 38.90% from 365); Blue value is 89 (35.16% from 255 or 24.38% from 365); Max value from RGB is 142 - color contains mainly: green. Hex color #868E59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868E59 is #7971A6. Grayscale: #858585. Windows color (decimal): -7958951 or 5869190. OLE color: 5869190.

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

Color convert

RGB13414289-
CMYK0.0600.370.44
HSL69.06º22.94%45.29%-
HSV(B)69.06º37.32%55.69%-
XYZ21.3125.1413.18-
YUV133.57102.85128.31-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.71%
GREEN value IS 142 (55.86% from 255) = 38.90%
BLUE value IS 89 (35.16% from 255) = 24.38%
R=36.71%
G=38.90%
B=24.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal134142890.0600.370.4469.0622.9445.29
Hex868E5960252C45172d
Octal2062161316045541052755
Binary100001101000111010110011100100101101100100010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,142,89); }

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

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

 a { background-color: rgb(134,142,89); }

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

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

 span { border-color: rgb(134,142,89); }

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