#8D9079

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

Shades of Bitter #8D9079

Tints of Bitter #8D9079

Color information

#8D9079 (or 0x8D9079) is unknown color: approx Bitter. HEX triplet: 8D, 90 and 79. RGB value is (141,144,121). Sum of RGB (Red+Green+Blue) = 141+144+121=406 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.73% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 121 (47.66% from 255 or 29.80% from 406); Max value from RGB is 144 - color contains mainly: green. Hex color #8D9079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9079 is #726F86. Grayscale: #8C8C8C. Windows color (decimal): -7499655 or 7966861. OLE color: 7966861.

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

Color convert

RGB141144121-
CMYK0.0200.160.44
HSL67.83º9.39%51.96%-
HSV(B)67.83º15.97%56.47%-
XYZ24.4126.9922.01-
YUV140.48117.01128.37-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.73%
GREEN value IS 144 (56.64% from 255) = 35.47%
BLUE value IS 121 (47.66% from 255) = 29.80%
R=34.73%
G=35.47%
B=29.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1411441210.0200.160.4467.839.3951.96
Hex8D907920102C44934
Octal2152201712020541041164
Binary100011011001000011110011001000010110010001001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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