#868E57

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

Shades of Bitter #868E57

Tints of Bitter #868E57

Color information

#868E57 (or 0x868E57) is unknown color: approx Bitter. HEX triplet: 86, 8E and 57. RGB value is (134,142,87). Sum of RGB (Red+Green+Blue) = 134+142+87=363 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.91% from 363); Green value is 142 (55.86% from 255 or 39.12% from 363); Blue value is 87 (34.38% from 255 or 23.97% from 363); Max value from RGB is 142 - color contains mainly: green. Hex color #868E57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868E57 is #7971A8. Grayscale: #858585. Windows color (decimal): -7958953 or 5738118. OLE color: 5738118.

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

Color convert

RGB13414287-
CMYK0.0600.390.44
HSL68.73º24.02%44.9%-
HSV(B)68.73º38.73%55.69%-
XYZ21.2225.112.74-
YUV133.34101.85128.47-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.91%
GREEN value IS 142 (55.86% from 255) = 39.12%
BLUE value IS 87 (34.38% from 255) = 23.97%
R=36.91%
G=39.12%
B=23.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal134142870.0600.390.4468.7324.0244.9
Hex868E5760272C45182d
Octal2062161276047541053055
Binary100001101000111010101111100100111101100100010111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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