#8E9340

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

Shades of Highball #8E9340

Tints of Highball #8E9340

Color information

#8E9340 (or 0x8E9340) is unknown color: approx Highball. HEX triplet: 8E, 93 and 40. RGB value is (142,147,64). Sum of RGB (Red+Green+Blue) = 142+147+64=353 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.23% from 353); Green value is 147 (57.81% from 255 or 41.64% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 147 - color contains mainly: green. Hex color #8E9340 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E9340 is #716CBF. Grayscale: #888888. Windows color (decimal): -7433408 or 4232078. OLE color: 4232078.

HSL color Cylindrical-coordinate representation of color #8E9340: hue angle of 63.61º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8E9340 is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB14214764-
CMYK0.0300.560.42
HSL63.61º39.34%41.37%-
HSV(B)63.61º56.46%57.65%-
XYZ22.5126.998.87-
YUV136.0487.34132.25-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.23%
GREEN value IS 147 (57.81% from 255) = 41.64%
BLUE value IS 64 (25.39% from 255) = 18.13%
R=40.23%
G=41.64%
B=18.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal142147640.0300.560.4263.6139.3441.37
Hex8E934030382A402729
Octal2162231003070521004751
Binary100011101001001110000001101110001010101000000100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E9340; }

 p { color: rgb(142,147,64); }

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

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

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

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

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

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

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