#8A9071

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

Shades of Bitter #8A9071

Tints of Bitter #8A9071

Color information

#8A9071 (or 0x8A9071) is unknown color: approx Bitter. HEX triplet: 8A, 90 and 71. RGB value is (138,144,113). Sum of RGB (Red+Green+Blue) = 138+144+113=395 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.94% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 113 (44.53% from 255 or 28.61% from 395); Max value from RGB is 144 - color contains mainly: green. Hex color #8A9071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9071 is #756F8E. Grayscale: #8A8A8A. Windows color (decimal): -7696271 or 7442570. OLE color: 7442570.

HSL color Cylindrical-coordinate representation of color #8A9071: hue angle of 71.61º degrees, saturation: 0.12, 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 #8A9071 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB138144113-
CMYK0.0400.220.44
HSL71.61º12.25%50.39%-
HSV(B)71.61º21.53%56.47%-
XYZ23.4426.5419.51-
YUV138.67113.51127.52-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.94%
GREEN value IS 144 (56.64% from 255) = 36.46%
BLUE value IS 113 (44.53% from 255) = 28.61%
R=34.94%
G=36.46%
B=28.61%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1381441130.0400.220.4471.6112.2550.39
Hex8A907140162C48c32
Octal2122201614026541101462
Binary1000101010010000111000110001011010110010010001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,144,113); }

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

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

 a { background-color: rgb(138,144,113); }

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

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

 span { border-color: rgb(138,144,113); }

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