#869059

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

Shades of Bitter #869059

Tints of Bitter #869059

Color information

#869059 (or 0x869059) is unknown color: approx Bitter. HEX triplet: 86, 90 and 59. RGB value is (134,144,89). Sum of RGB (Red+Green+Blue) = 134+144+89=367 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.51% from 367); Green value is 144 (56.64% from 255 or 39.24% from 367); Blue value is 89 (35.16% from 255 or 24.25% from 367); Max value from RGB is 144 - color contains mainly: green. Hex color #869059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869059 is #796FA6. Grayscale: #868686. Windows color (decimal): -7958439 or 5869702. OLE color: 5869702.

HSL color Cylindrical-coordinate representation of color #869059: hue angle of 70.91º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #869059 is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB13414489-
CMYK0.0700.380.44
HSL70.91º23.61%45.69%-
HSV(B)70.91º38.19%56.47%-
XYZ21.6125.7413.28-
YUV134.74102.19127.47-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.51%
GREEN value IS 144 (56.64% from 255) = 39.24%
BLUE value IS 89 (35.16% from 255) = 24.25%
R=36.51%
G=39.24%
B=24.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal134144890.0700.380.4470.9123.6145.69
Hex86905970262C47182e
Octal2062201317046541073056
Binary100001101001000010110011110100110101100100011111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869059; }

 p { color: rgb(134,144,89); }

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

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

 a { background-color: rgb(134,144,89); }

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

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

 span { border-color: rgb(134,144,89); }

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