#868972

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

Shades of Bitter #868972

Tints of Bitter #868972

Color information

#868972 (or 0x868972) is unknown color: approx Bitter. HEX triplet: 86, 89 and 72. RGB value is (134,137,114). Sum of RGB (Red+Green+Blue) = 134+137+114=385 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.81% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 137 - color contains mainly: green. Hex color #868972 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868972 is #79768D. Grayscale: #858585. Windows color (decimal): -7960206 or 7506310. OLE color: 7506310.

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

Color convert

RGB134137114-
CMYK0.0200.170.46
HSL67.83º9.16%49.22%-
HSV(B)67.83º16.79%53.73%-
XYZ21.8124.1719.44-
YUV133.48117.01128.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.81%
GREEN value IS 137 (53.91% from 255) = 35.58%
BLUE value IS 114 (44.92% from 255) = 29.61%
R=34.81%
G=35.58%
B=29.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1341371140.0200.170.4667.839.1649.22
Hex86897220112E44931
Octal2062111622021561041161
Binary100001101000100111100101001000110111010001001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868972; }

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

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

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

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

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

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

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

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