#878B49

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

Shades of Highball #878B49

Tints of Highball #878B49

Color information

#878B49 (or 0x878B49) is unknown color: approx Highball. HEX triplet: 87, 8B and 49. RGB value is (135,139,73). Sum of RGB (Red+Green+Blue) = 135+139+73=347 (45% of max value = 765). Red value is 135 (53.12% from 255 or 38.90% from 347); Green value is 139 (54.69% from 255 or 40.06% from 347); Blue value is 73 (28.91% from 255 or 21.04% from 347); Max value from RGB is 139 - color contains mainly: green. Hex color #878B49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #878B49 is #7874B6. Grayscale: #828282. Windows color (decimal): -7894199 or 4819847. OLE color: 4819847.

HSL color Cylindrical-coordinate representation of color #878B49: hue angle of 63.64º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #878B49 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB13513973-
CMYK0.0300.470.45
HSL63.64º31.13%41.57%-
HSV(B)63.64º47.48%54.51%-
XYZ20.4324.19.88-
YUV130.2895.67131.37-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.90%
GREEN value IS 139 (54.69% from 255) = 40.06%
BLUE value IS 73 (28.91% from 255) = 21.04%
R=38.90%
G=40.06%
B=21.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal135139730.0300.470.4563.6431.1341.57
Hex878B49302F2D401f2a
Octal2072131113057551003752
Binary10000111100010111001001110101111101101100000011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878B49; }

 p { color: rgb(135,139,73); }

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

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

 a { background-color: rgb(135,139,73); }

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

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

 span { border-color: rgb(135,139,73); }

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