#8E9075

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

Shades of Bitter #8E9075

Tints of Bitter #8E9075

Color information

#8E9075 (or 0x8E9075) is unknown color: approx Bitter. HEX triplet: 8E, 90 and 75. RGB value is (142,144,117). Sum of RGB (Red+Green+Blue) = 142+144+117=403 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.24% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 117 (46.09% from 255 or 29.03% from 403); Max value from RGB is 144 - color contains mainly: green. Hex color #8E9075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9075 is #716F8A. Grayscale: #8C8C8C. Windows color (decimal): -7434123 or 7704718. OLE color: 7704718.

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

Color convert

RGB142144117-
CMYK0.0100.190.44
HSL64.44º10.84%51.18%-
HSV(B)64.44º18.75%56.47%-
XYZ24.3426.9820.75-
YUV140.32114.84129.2-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.24%
GREEN value IS 144 (56.64% from 255) = 35.73%
BLUE value IS 117 (46.09% from 255) = 29.03%
R=35.24%
G=35.73%
B=29.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421441170.0100.190.4464.4410.8451.18
Hex8E907510132C40b33
Octal2162201651023541001363
Binary10001110100100001110101101001110110010000001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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