#8E9078

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

Shades of Bitter #8E9078

Tints of Bitter #8E9078

Color information

#8E9078 (or 0x8E9078) is unknown color: approx Bitter. HEX triplet: 8E, 90 and 78. RGB value is (142,144,120). Sum of RGB (Red+Green+Blue) = 142+144+120=406 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.98% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 120 (47.27% from 255 or 29.56% from 406); Max value from RGB is 144 - color contains mainly: green. Hex color #8E9078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9078 is #716F87. Grayscale: #8C8C8C. Windows color (decimal): -7434120 or 7901326. OLE color: 7901326.

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

Color convert

RGB142144120-
CMYK0.0100.170.44
HSL65º9.76%51.76%-
HSV(B)65º16.67%56.47%-
XYZ24.5227.0521.7-
YUV140.67116.34128.95-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.98%
GREEN value IS 144 (56.64% from 255) = 35.47%
BLUE value IS 120 (47.27% from 255) = 29.56%
R=34.98%
G=35.47%
B=29.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421441200.0100.170.44659.7651.76
Hex8E907810112C41a34
Octal2162201701021541011264
Binary10001110100100001111000101000110110010000011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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