#8D9040

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

Shades of Highball #8D9040

Tints of Highball #8D9040

Color information

#8D9040 (or 0x8D9040) is unknown color: approx Highball. HEX triplet: 8D, 90 and 40. RGB value is (141,144,64). Sum of RGB (Red+Green+Blue) = 141+144+64=349 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.40% from 349); Green value is 144 (56.64% from 255 or 41.26% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 144 - color contains mainly: green. Hex color #8D9040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D9040 is #726FBF. Grayscale: #868686. Windows color (decimal): -7499712 or 4231309. OLE color: 4231309.

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

Color convert

RGB14114464-
CMYK0.0200.560.44
HSL62.25º38.46%40.78%-
HSV(B)62.25º55.56%56.47%-
XYZ21.8825.988.71-
YUV133.9888.51133-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.40%
GREEN value IS 144 (56.64% from 255) = 41.26%
BLUE value IS 64 (25.39% from 255) = 18.34%
R=40.40%
G=41.26%
B=18.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal141144640.0200.560.4462.2538.4640.78
Hex8D904020382C3e2629
Octal215220100207054764651
Binary10001101100100001000000100111000101100111110100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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