#868F58

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

Shades of Bitter #868F58

Tints of Bitter #868F58

Color information

#868F58 (or 0x868F58) is unknown color: approx Bitter. HEX triplet: 86, 8F and 58. RGB value is (134,143,88). Sum of RGB (Red+Green+Blue) = 134+143+88=365 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.71% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 88 (34.77% from 255 or 24.11% from 365); Max value from RGB is 143 - color contains mainly: green. Hex color #868F58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868F58 is #7970A7. Grayscale: #868686. Windows color (decimal): -7958696 or 5803910. OLE color: 5803910.

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

Color convert

RGB13414388-
CMYK0.0600.380.44
HSL69.82º23.81%45.29%-
HSV(B)69.82º38.46%56.08%-
XYZ21.4225.4213.01-
YUV134.04102.02127.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.71%
GREEN value IS 143 (56.25% from 255) = 39.18%
BLUE value IS 88 (34.77% from 255) = 24.11%
R=36.71%
G=39.18%
B=24.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal134143880.0600.380.4469.8223.8145.29
Hex868F5860262C46182d
Octal2062171306046541063055
Binary100001101000111110110001100100110101100100011011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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