#8A9070

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

Shades of Bitter #8A9070

Tints of Bitter #8A9070

Color information

#8A9070 (or 0x8A9070) is unknown color: approx Bitter. HEX triplet: 8A, 90 and 70. RGB value is (138,144,112). Sum of RGB (Red+Green+Blue) = 138+144+112=394 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.03% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 144 - color contains mainly: green. Hex color #8A9070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9070 is #756F8F. Grayscale: #8A8A8A. Windows color (decimal): -7696272 or 7377034. OLE color: 7377034.

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

Color convert

RGB138144112-
CMYK0.0400.220.44
HSL71.25º12.6%50.2%-
HSV(B)71.25º22.22%56.47%-
XYZ23.3826.5219.22-
YUV138.56113.01127.6-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.03%
GREEN value IS 144 (56.64% from 255) = 36.55%
BLUE value IS 112 (44.14% from 255) = 28.43%
R=35.03%
G=36.55%
B=28.43%

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
Decimal1381441120.0400.220.4471.2512.650.2
Hex8A907040162C47d32
Octal2122201604026541071562
Binary1000101010010000111000010001011010110010001111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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