#8C9037

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

Shades of Wasabi #8C9037

Tints of Wasabi #8C9037

Color information

#8C9037 (or 0x8C9037) is unknown color: approx Wasabi. HEX triplet: 8C, 90 and 37. RGB value is (140,144,55). Sum of RGB (Red+Green+Blue) = 140+144+55=339 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.30% from 339); Green value is 144 (56.64% from 255 or 42.48% from 339); Blue value is 55 (21.88% from 255 or 16.22% from 339); Max value from RGB is 144 - color contains mainly: green. Hex color #8C9037 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9037 is #736FC8. Grayscale: #858585. Windows color (decimal): -7565257 or 3641484. OLE color: 3641484.

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

Color convert

RGB14014455-
CMYK0.0300.620.44
HSL62.7º44.72%39.02%-
HSV(B)62.7º61.81%56.47%-
XYZ21.4825.87.46-
YUV132.6684.17133.24-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.30%
GREEN value IS 144 (56.64% from 255) = 42.48%
BLUE value IS 55 (21.88% from 255) = 16.22%
R=41.30%
G=42.48%
B=16.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal140144550.0300.620.4462.744.7239.02
Hex8C9037303E2C3f2d27
Octal21422067307654775547
Binary1000110010010000110111110111110101100111111101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,144,55); }

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

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

 a { background-color: rgb(140,144,55); }

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

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

 span { border-color: rgb(140,144,55); }

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