#8A9072

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

Shades of Bitter #8A9072

Tints of Bitter #8A9072

Color information

#8A9072 (or 0x8A9072) is unknown color: approx Bitter. HEX triplet: 8A, 90 and 72. RGB value is (138,144,114). Sum of RGB (Red+Green+Blue) = 138+144+114=396 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.85% from 396); Green value is 144 (56.64% from 255 or 36.36% from 396); Blue value is 114 (44.92% from 255 or 28.79% from 396); Max value from RGB is 144 - color contains mainly: green. Hex color #8A9072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9072 is #756F8D. Grayscale: #8A8A8A. Windows color (decimal): -7696270 or 7508106. OLE color: 7508106.

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

Color convert

RGB138144114-
CMYK0.0400.210.44
HSL72º11.9%50.59%-
HSV(B)72º20.83%56.47%-
XYZ23.4926.5619.81-
YUV138.79114.01127.44-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.85%
GREEN value IS 144 (56.64% from 255) = 36.36%
BLUE value IS 114 (44.92% from 255) = 28.79%
R=34.85%
G=36.36%
B=28.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1381441140.0400.210.447211.950.59
Hex8A907240152C48c33
Octal2122201624025541101463
Binary1000101010010000111001010001010110110010010001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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