#879360

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

Shades of Bitter #879360

Tints of Bitter #879360

Color information

#879360 (or 0x879360) is unknown color: approx Bitter. HEX triplet: 87, 93 and 60. RGB value is (135,147,96). Sum of RGB (Red+Green+Blue) = 135+147+96=378 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.71% from 378); Green value is 147 (57.81% from 255 or 38.89% from 378); Blue value is 96 (37.89% from 255 or 25.40% from 378); Max value from RGB is 147 - color contains mainly: green. Hex color #879360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879360 is #786C9F. Grayscale: #898989. Windows color (decimal): -7892128 or 6329223. OLE color: 6329223.

HSL color Cylindrical-coordinate representation of color #879360: hue angle of 74.12º 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 #879360 is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB13514796-
CMYK0.0800.350.42
HSL74.12º20.99%47.65%-
HSV(B)74.12º34.69%57.65%-
XYZ22.5426.8615.06-
YUV137.6104.52126.15-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.71%
GREEN value IS 147 (57.81% from 255) = 38.89%
BLUE value IS 96 (37.89% from 255) = 25.40%
R=35.71%
G=38.89%
B=25.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal135147960.0800.350.4274.1220.9947.65
Hex87936080232A4a1530
Octal20722314010043521122560
Binary1000011110010011110000010000100011101010100101010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879360; }

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

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

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

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

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

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

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

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