#80963C

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

Shades of Wasabi #80963C

Tints of Wasabi #80963C

Color information

#80963C (or 0x80963C) is unknown color: approx Wasabi. HEX triplet: 80, 96 and 3C. RGB value is (128,150,60). Sum of RGB (Red+Green+Blue) = 128+150+60=338 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.87% from 338); Green value is 150 (58.98% from 255 or 44.38% from 338); Blue value is 60 (23.83% from 255 or 17.75% from 338); Max value from RGB is 150 - color contains mainly: green. Hex color #80963C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80963C is #7F69C3. Grayscale: #858585. Windows color (decimal): -8350148 or 3970688. OLE color: 3970688.

HSL color Cylindrical-coordinate representation of color #80963C: hue angle of 74.67º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #80963C is Cyan = 0.15, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.41.

Color convert

RGB12815060-
CMYK0.1500.60.41
HSL74.67º42.86%41.18%-
HSV(B)74.67º60%58.82%-
XYZ20.6226.738.35-
YUV133.1686.71124.32-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.87%
GREEN value IS 150 (58.98% from 255) = 44.38%
BLUE value IS 60 (23.83% from 255) = 17.75%
R=37.87%
G=44.38%
B=17.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal128150600.1500.60.4174.6742.8641.18
Hex80963CF03C294b2b29
Octal2002267417074511135351
Binary1000000010010110111100111101111001010011001011101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80963C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80963C; }

 p { color: rgb(128,150,60); }

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

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

 a { background-color: rgb(128,150,60); }

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

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

 span { border-color: rgb(128,150,60); }

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