#869360

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

Shades of Bitter #869360

Tints of Bitter #869360

Color information

#869360 (or 0x869360) is unknown color: approx Bitter. HEX triplet: 86, 93 and 60. RGB value is (134,147,96). Sum of RGB (Red+Green+Blue) = 134+147+96=377 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.54% from 377); Green value is 147 (57.81% from 255 or 38.99% from 377); Blue value is 96 (37.89% from 255 or 25.46% from 377); Max value from RGB is 147 - color contains mainly: green. Hex color #869360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869360 is #796C9F. Grayscale: #898989. Windows color (decimal): -7957664 or 6329222. OLE color: 6329222.

HSL color Cylindrical-coordinate representation of color #869360: hue angle of 75.29º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #869360 is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB13414796-
CMYK0.0900.350.42
HSL75.29º20.99%47.65%-
HSV(B)75.29º34.69%57.65%-
XYZ22.3826.7815.06-
YUV137.3104.69125.65-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.54%
GREEN value IS 147 (57.81% from 255) = 38.99%
BLUE value IS 96 (37.89% from 255) = 25.46%
R=35.54%
G=38.99%
B=25.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal134147960.0900.350.4275.2920.9947.65
Hex86936090232A4b1530
Octal20622314011043521132560
Binary1000011010010011110000010010100011101010100101110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869360; }

 p { color: rgb(134,147,96); }

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

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

 a { background-color: rgb(134,147,96); }

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

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

 span { border-color: rgb(134,147,96); }

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