#809140

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

Shades of Wasabi #809140

Tints of Wasabi #809140

Color information

#809140 (or 0x809140) is unknown color: approx Wasabi. HEX triplet: 80, 91 and 40. RGB value is (128,145,64). Sum of RGB (Red+Green+Blue) = 128+145+64=337 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.98% from 337); Green value is 145 (57.03% from 255 or 43.03% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 145 - color contains mainly: green. Hex color #809140 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809140 is #7F6EBF. Grayscale: #828282. Windows color (decimal): -8351424 or 4231552. OLE color: 4231552.

HSL color Cylindrical-coordinate representation of color #809140: hue angle of 72.59º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #809140 is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.

Color convert

RGB12814564-
CMYK0.1200.560.43
HSL72.59º38.76%40.98%-
HSV(B)72.59º55.86%56.86%-
XYZ19.9525.218.66-
YUV130.6890.37126.09-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.98%
GREEN value IS 145 (57.03% from 255) = 43.03%
BLUE value IS 64 (25.39% from 255) = 18.99%
R=37.98%
G=43.03%
B=18.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal128145640.1200.560.4372.5938.7640.98
Hex809140C0382B492729
Octal20022110014070531114751
Binary10000000100100011000000110001110001010111001001100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809140; }

 p { color: rgb(128,145,64); }

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

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

 a { background-color: rgb(128,145,64); }

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

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

 span { border-color: rgb(128,145,64); }

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