#868975

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

Shades of Bitter #868975

Tints of Bitter #868975

Color information

#868975 (or 0x868975) is unknown color: approx Bitter. HEX triplet: 86, 89 and 75. RGB value is (134,137,117). Sum of RGB (Red+Green+Blue) = 134+137+117=388 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.54% from 388); Green value is 137 (53.91% from 255 or 35.31% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 137 - color contains mainly: green. Hex color #868975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868975 is #79768A. Grayscale: #858585. Windows color (decimal): -7960203 or 7702918. OLE color: 7702918.

HSL color Cylindrical-coordinate representation of color #868975: hue angle of 69º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #868975 is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB134137117-
CMYK0.0200.150.46
HSL69º7.87%49.8%-
HSV(B)69º14.6%53.73%-
XYZ21.9924.2420.35-
YUV133.82118.51128.13-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.54%
GREEN value IS 137 (53.91% from 255) = 35.31%
BLUE value IS 117 (46.09% from 255) = 30.15%
R=34.54%
G=35.31%
B=30.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1341371170.0200.150.46697.8749.8
Hex86897520F2E45832
Octal2062111652017561051062
Binary10000110100010011110101100111110111010001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868975; }

 p { color: rgb(134,137,117); }

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

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

 a { background-color: rgb(134,137,117); }

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

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

 span { border-color: rgb(134,137,117); }

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