#8E9076

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

Shades of Bitter #8E9076

Tints of Bitter #8E9076

Color information

#8E9076 (or 0x8E9076) is unknown color: approx Bitter. HEX triplet: 8E, 90 and 76. RGB value is (142,144,118). Sum of RGB (Red+Green+Blue) = 142+144+118=404 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.15% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 118 (46.48% from 255 or 29.21% from 404); Max value from RGB is 144 - color contains mainly: green. Hex color #8E9076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9076 is #716F89. Grayscale: #8C8C8C. Windows color (decimal): -7434122 or 7770254. OLE color: 7770254.

HSL color Cylindrical-coordinate representation of color #8E9076: hue angle of 64.62º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8E9076 is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB142144118-
CMYK0.0100.180.44
HSL64.62º10.48%51.37%-
HSV(B)64.62º18.06%56.47%-
XYZ24.427.0121.07-
YUV140.44115.34129.11-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.15%
GREEN value IS 144 (56.64% from 255) = 35.64%
BLUE value IS 118 (46.48% from 255) = 29.21%
R=35.15%
G=35.64%
B=29.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421441180.0100.180.4464.6210.4851.37
Hex8E907610122C41a33
Octal2162201661022541011263
Binary10001110100100001110110101001010110010000011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,144,118); }

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

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

 a { background-color: rgb(142,144,118); }

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

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

 span { border-color: rgb(142,144,118); }

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