#808C37

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

Shades of Wasabi #808C37

Tints of Wasabi #808C37

Color information

#808C37 (or 0x808C37) is unknown color: approx Wasabi. HEX triplet: 80, 8C and 37. RGB value is (128,140,55). Sum of RGB (Red+Green+Blue) = 128+140+55=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 140 (55.08% from 255 or 43.34% from 323); Blue value is 55 (21.88% from 255 or 17.03% from 323); Max value from RGB is 140 - color contains mainly: green. Hex color #808C37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808C37 is #7F73C8. Grayscale: #7F7F7F. Windows color (decimal): -8352713 or 3640448. OLE color: 3640448.

HSL color Cylindrical-coordinate representation of color #808C37: hue angle of 68.47º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #808C37 is Cyan = 0.09, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.45.

Color convert

RGB12814055-
CMYK0.0900.610.45
HSL68.47º43.59%38.24%-
HSV(B)68.47º60.71%54.9%-
XYZ18.9723.627.17-
YUV126.7287.52128.91-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.63%
GREEN value IS 140 (55.08% from 255) = 43.34%
BLUE value IS 55 (21.88% from 255) = 17.03%
R=39.63%
G=43.34%
B=17.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal128140550.0900.610.4568.4743.5938.24
Hex808C37903D2D442c26
Octal2002146711075551045446
Binary1000000010001100110111100101111011011011000100101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808C37; }

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

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

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

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

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

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

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

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