#8E913F

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

Shades of Highball #8E913F

Tints of Highball #8E913F

Color information

#8E913F (or 0x8E913F) is unknown color: approx Highball. HEX triplet: 8E, 91 and 3F. RGB value is (142,145,63). Sum of RGB (Red+Green+Blue) = 142+145+63=350 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.57% from 350); Green value is 145 (57.03% from 255 or 41.43% from 350); Blue value is 63 (25% from 255 or 18% from 350); Max value from RGB is 145 - color contains mainly: green. Hex color #8E913F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E913F is #716EC0. Grayscale: #878787. Windows color (decimal): -7433921 or 4166030. OLE color: 4166030.

HSL color Cylindrical-coordinate representation of color #8E913F: hue angle of 62.2º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8E913F is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.

Color convert

RGB14214563-
CMYK0.0200.570.43
HSL62.2º39.42%40.78%-
HSV(B)62.2º56.55%56.86%-
XYZ22.1826.368.62-
YUV134.7687.51133.17-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.57%
GREEN value IS 145 (57.03% from 255) = 41.43%
BLUE value IS 63 (25% from 255) = 18%
R=40.57%
G=41.43%
B=18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal142145630.0200.570.4362.239.4240.78
Hex8E913F20392B3e2729
Octal21622177207153764751
Binary1000111010010001111111100111001101011111110100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E913F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,145,63); }

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

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

 a { background-color: rgb(142,145,63); }

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

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

 span { border-color: rgb(142,145,63); }

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