#8D9074

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

Shades of Bitter #8D9074

Tints of Bitter #8D9074

Color information

#8D9074 (or 0x8D9074) is unknown color: approx Bitter. HEX triplet: 8D, 90 and 74. RGB value is (141,144,116). Sum of RGB (Red+Green+Blue) = 141+144+116=401 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.16% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 116 (45.70% from 255 or 28.93% from 401); Max value from RGB is 144 - color contains mainly: green. Hex color #8D9074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9074 is #726F8B. Grayscale: #8C8C8C. Windows color (decimal): -7499660 or 7639181. OLE color: 7639181.

HSL color Cylindrical-coordinate representation of color #8D9074: hue angle of 66.43º 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 #8D9074 is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB141144116-
CMYK0.0200.190.44
HSL66.43º11.2%50.98%-
HSV(B)66.43º19.44%56.47%-
XYZ24.1126.8720.44-
YUV139.91114.51128.78-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.16%
GREEN value IS 144 (56.64% from 255) = 35.91%
BLUE value IS 116 (45.70% from 255) = 28.93%
R=35.16%
G=35.91%
B=28.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1411441160.0200.190.4466.4311.250.98
Hex8D907420132C42b33
Octal2152201642023541021363
Binary100011011001000011101001001001110110010000101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,144,116); }

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

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

 a { background-color: rgb(141,144,116); }

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

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

 span { border-color: rgb(141,144,116); }

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