#868740

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

Shades of Highball #868740

Tints of Highball #868740

Color information

#868740 (or 0x868740) is unknown color: approx Highball. HEX triplet: 86, 87 and 40. RGB value is (134,135,64). Sum of RGB (Red+Green+Blue) = 134+135+64=333 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.24% from 333); Green value is 135 (53.12% from 255 or 40.54% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 135 - color contains mainly: green. Hex color #868740 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868740 is #7978BF. Grayscale: #7E7E7E. Windows color (decimal): -7960768 or 4228998. OLE color: 4228998.

HSL color Cylindrical-coordinate representation of color #868740: hue angle of 60.85º 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 #868740 is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB13413564-
CMYK0.0100.530.47
HSL60.85º35.68%39.02%-
HSV(B)60.85º52.59%52.94%-
XYZ19.4222.778.22-
YUV126.6192.67133.27-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.24%
GREEN value IS 135 (53.12% from 255) = 40.54%
BLUE value IS 64 (25.39% from 255) = 19.22%
R=40.24%
G=40.54%
B=19.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134135640.0100.530.4760.8535.6839.02
Hex86874010352F3d2427
Octal206207100106557754447
Binary1000011010000111100000010110101101111111101100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868740; }

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

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

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

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

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

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

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

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