#8D9072

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

Shades of Bitter #8D9072

Tints of Bitter #8D9072

Color information

#8D9072 (or 0x8D9072) is unknown color: approx Bitter. HEX triplet: 8D, 90 and 72. RGB value is (141,144,114). Sum of RGB (Red+Green+Blue) = 141+144+114=399 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.34% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 114 (44.92% from 255 or 28.57% from 399); Max value from RGB is 144 - color contains mainly: green. Hex color #8D9072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9072 is #726F8D. Grayscale: #8B8B8B. Windows color (decimal): -7499662 or 7508109. OLE color: 7508109.

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

Color convert

RGB141144114-
CMYK0.0200.210.44
HSL66º11.9%50.59%-
HSV(B)66º20.83%56.47%-
XYZ2426.8219.83-
YUV139.68113.51128.94-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.34%
GREEN value IS 144 (56.64% from 255) = 36.09%
BLUE value IS 114 (44.92% from 255) = 28.57%
R=35.34%
G=36.09%
B=28.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1411441140.0200.210.446611.950.59
Hex8D907220152C42c33
Octal2152201622025541021463
Binary100011011001000011100101001010110110010000101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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