#8DAC9D

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

Shades of Tower Grey #8DAC9D

Tints of Tower Grey #8DAC9D

Color information

#8DAC9D (or 0x8DAC9D) is unknown color: approx Tower Grey. HEX triplet: 8D, AC and 9D. RGB value is (141,172,157). Sum of RGB (Red+Green+Blue) = 141+172+157=470 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 157 (61.72% from 255 or 33.40% from 470); Max value from RGB is 172 - color contains mainly: green. Hex color #8DAC9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DAC9D is #725362. Grayscale: #A1A1A1. Windows color (decimal): -7492451 or 10333325. OLE color: 10333325.

HSL color Cylindrical-coordinate representation of color #8DAC9D: hue angle of 150.97º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8DAC9D is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB141172157-
CMYK0.1800.090.33
HSL150.97º15.74%61.37%-
HSV(B)150.97º18.02%67.45%-
XYZ31.8237.637.48-
YUV161.02125.73113.72-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30%
GREEN value IS 172 (67.58% from 255) = 36.60%
BLUE value IS 157 (61.72% from 255) = 33.40%
R=30%
G=36.60%
B=33.40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1411721570.1800.090.33150.9715.7461.37
Hex8DAC9D12092197103d
Octal21525423522011412272075
Binary10001101101011001001110110010010011000011001011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,172,157); }

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

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

 a { background-color: rgb(141,172,157); }

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

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

 span { border-color: rgb(141,172,157); }

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