#8D908A

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

Shades of Delta #8D908A

Tints of Delta #8D908A

Color information

#8D908A (or 0x8D908A) is unknown color: approx Delta. HEX triplet: 8D, 90 and 8A. RGB value is (141,144,138). Sum of RGB (Red+Green+Blue) = 141+144+138=423 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.33% from 423); Green value is 144 (56.64% from 255 or 34.04% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 144 - color contains mainly: green. Hex color #8D908A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D908A is #726F75. Grayscale: #8E8E8E. Windows color (decimal): -7499638 or 9080973. OLE color: 9080973.

HSL color Cylindrical-coordinate representation of color #8D908A: hue angle of 90º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #8D908A is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB141144138-
CMYK0.0200.040.44
HSL90º2.63%55.29%-
HSV(B)90º4.17%56.47%-
XYZ25.5527.4428-
YUV142.42125.51126.99-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.33%
GREEN value IS 144 (56.64% from 255) = 34.04%
BLUE value IS 138 (54.30% from 255) = 32.62%
R=33.33%
G=34.04%
B=32.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1411441380.0200.040.44902.6355.29
Hex8D908A2042C5a337
Octal21522021220454132367
Binary100011011001000010001010100100101100101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D908A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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