#868D62

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

Shades of Bitter #868D62

Tints of Bitter #868D62

Color information

#868D62 (or 0x868D62) is unknown color: approx Bitter. HEX triplet: 86, 8D and 62. RGB value is (134,141,98). Sum of RGB (Red+Green+Blue) = 134+141+98=373 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.92% from 373); Green value is 141 (55.47% from 255 or 37.80% from 373); Blue value is 98 (38.67% from 255 or 26.27% from 373); Max value from RGB is 141 - color contains mainly: green. Hex color #868D62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868D62 is #79729D. Grayscale: #868686. Windows color (decimal): -7959198 or 6458758. OLE color: 6458758.

HSL color Cylindrical-coordinate representation of color #868D62: hue angle of 69.77º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #868D62 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.45.

Color convert

RGB13414198-
CMYK0.0500.300.45
HSL69.77º17.99%46.86%-
HSV(B)69.77º30.5%55.29%-
XYZ21.562515.24-
YUV134107.68128-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.92%
GREEN value IS 141 (55.47% from 255) = 37.80%
BLUE value IS 98 (38.67% from 255) = 26.27%
R=35.92%
G=37.80%
B=26.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal134141980.0500.300.4569.7717.9946.86
Hex868D62501E2D46122f
Octal2062151425036551062257
Binary10000110100011011100010101011110101101100011010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,141,98); }

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

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

 a { background-color: rgb(134,141,98); }

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

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

 span { border-color: rgb(134,141,98); }

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