#869168

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

Shades of Bitter #869168

Tints of Bitter #869168

Color information

#869168 (or 0x869168) is unknown color: approx Bitter. HEX triplet: 86, 91 and 68. RGB value is (134,145,104). Sum of RGB (Red+Green+Blue) = 134+145+104=383 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.99% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 104 (41.02% from 255 or 27.15% from 383); Max value from RGB is 145 - color contains mainly: green. Hex color #869168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869168 is #796E97. Grayscale: #898989. Windows color (decimal): -7958168 or 6852998. OLE color: 6852998.

HSL color Cylindrical-coordinate representation of color #869168: hue angle of 76.1º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #869168 is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB134145104-
CMYK0.0800.280.43
HSL76.1º16.47%48.82%-
HSV(B)76.1º28.28%56.86%-
XYZ22.4626.3216.99-
YUV137.04109.36125.83-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.99%
GREEN value IS 145 (57.03% from 255) = 37.86%
BLUE value IS 104 (41.02% from 255) = 27.15%
R=34.99%
G=37.86%
B=27.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1341451040.0800.280.4376.116.4748.82
Hex869168801C2B4c1031
Octal20622115010034531142061
Binary100001101001000111010001000011100101011100110010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869168; }

 p { color: rgb(134,145,104); }

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

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

 a { background-color: rgb(134,145,104); }

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

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

 span { border-color: rgb(134,145,104); }

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