#8A8C70

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

Shades of Bitter #8A8C70

Tints of Bitter #8A8C70

Color information

#8A8C70 (or 0x8A8C70) is unknown color: approx Bitter. HEX triplet: 8A, 8C and 70. RGB value is (138,140,112). Sum of RGB (Red+Green+Blue) = 138+140+112=390 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.38% from 390); Green value is 140 (55.08% from 255 or 35.90% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 140 - color contains mainly: green. Hex color #8A8C70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8C70 is #75738F. Grayscale: #888888. Windows color (decimal): -7697296 or 7376010. OLE color: 7376010.

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

Color convert

RGB138140112-
CMYK0.0100.200.45
HSL64.29º11.11%49.41%-
HSV(B)64.29º20%54.9%-
XYZ22.7825.3319.02-
YUV136.21114.34129.28-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.38%
GREEN value IS 140 (55.08% from 255) = 35.90%
BLUE value IS 112 (44.14% from 255) = 28.72%
R=35.38%
G=35.90%
B=28.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1381401120.0100.200.4564.2911.1149.41
Hex8A8C7010142D40b31
Octal2122141601024551001361
Binary10001010100011001110000101010010110110000001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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