#8E9070

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

Shades of Bitter #8E9070

Tints of Bitter #8E9070

Color information

#8E9070 (or 0x8E9070) is unknown color: approx Bitter. HEX triplet: 8E, 90 and 70. RGB value is (142,144,112). Sum of RGB (Red+Green+Blue) = 142+144+112=398 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.68% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 112 (44.14% from 255 or 28.14% from 398); Max value from RGB is 144 - color contains mainly: green. Hex color #8E9070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9070 is #716F8F. Grayscale: #8B8B8B. Windows color (decimal): -7434128 or 7377038. OLE color: 7377038.

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

Color convert

RGB142144112-
CMYK0.0100.220.44
HSL63.75º12.6%50.2%-
HSV(B)63.75º22.22%56.47%-
XYZ24.0526.8719.25-
YUV139.75112.34129.6-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.68%
GREEN value IS 144 (56.64% from 255) = 36.18%
BLUE value IS 112 (44.14% from 255) = 28.14%
R=35.68%
G=36.18%
B=28.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421441120.0100.220.4463.7512.650.2
Hex8E907010162C40d32
Octal2162201601026541001562
Binary10001110100100001110000101011010110010000001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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