#878740

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

Shades of Highball #878740

Tints of Highball #878740

Color information

#878740 (or 0x878740) is unknown color: approx Highball. HEX triplet: 87, 87 and 40. RGB value is (135,135,64). Sum of RGB (Red+Green+Blue) = 135+135+64=334 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.42% from 334); Green value is 135 (53.12% from 255 or 40.42% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 135 - color contains mainly: red, green. Hex color #878740 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #878740 is #7878BF. Grayscale: #7F7F7F. Windows color (decimal): -7895232 or 4228999. OLE color: 4228999.

HSL color Cylindrical-coordinate representation of color #878740: hue angle of 60º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #878740 is Cyan = 0, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB13513564-
CMYK000.530.47
HSL60º35.68%39.02%-
HSV(B)60º52.59%52.94%-
XYZ19.5822.858.23-
YUV126.9192.5133.77-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.42%
GREEN value IS 135 (53.12% from 255) = 40.42%
BLUE value IS 64 (25.39% from 255) = 19.16%
R=40.42%
G=40.42%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13513564000.530.476035.6839.02
Hex87874000352F3c2427
Octal207207100006557744447
Binary1000011110000111100000000110101101111111100100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878740; }

 p { color: rgb(135,135,64); }

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

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

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

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

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

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

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