#8A8C71

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

Shades of Bitter #8A8C71

Tints of Bitter #8A8C71

Color information

#8A8C71 (or 0x8A8C71) is unknown color: approx Bitter. HEX triplet: 8A, 8C and 71. RGB value is (138,140,113). Sum of RGB (Red+Green+Blue) = 138+140+113=391 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.29% from 391); Green value is 140 (55.08% from 255 or 35.81% from 391); Blue value is 113 (44.53% from 255 or 28.90% from 391); Max value from RGB is 140 - color contains mainly: green. Hex color #8A8C71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8C71 is #75738E. Grayscale: #888888. Windows color (decimal): -7697295 or 7441546. OLE color: 7441546.

HSL color Cylindrical-coordinate representation of color #8A8C71: hue angle of 64.44º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8A8C71 is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB138140113-
CMYK0.0100.190.45
HSL64.44º10.67%49.61%-
HSV(B)64.44º19.29%54.9%-
XYZ22.8425.3519.31-
YUV136.32114.84129.2-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.29%
GREEN value IS 140 (55.08% from 255) = 35.81%
BLUE value IS 113 (44.53% from 255) = 28.90%
R=35.29%
G=35.81%
B=28.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1381401130.0100.190.4564.4410.6749.61
Hex8A8C7110132D40b32
Octal2122141611023551001362
Binary10001010100011001110001101001110110110000001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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