#808737

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

Shades of Wasabi #808737

Tints of Wasabi #808737

Color information

#808737 (or 0x808737) is unknown color: approx Wasabi. HEX triplet: 80, 87 and 37. RGB value is (128,135,55). Sum of RGB (Red+Green+Blue) = 128+135+55=318 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.25% from 318); Green value is 135 (53.12% from 255 or 42.45% from 318); Blue value is 55 (21.88% from 255 or 17.30% from 318); Max value from RGB is 135 - color contains mainly: green. Hex color #808737 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808737 is #7F78C8. Grayscale: #7C7C7C. Windows color (decimal): -8353993 or 3639168. OLE color: 3639168.

HSL color Cylindrical-coordinate representation of color #808737: hue angle of 65.25º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #808737 is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB12813555-
CMYK0.0500.590.47
HSL65.25º42.11%37.25%-
HSV(B)65.25º59.26%52.94%-
XYZ18.2622.196.94-
YUV123.7989.18131-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.25%
GREEN value IS 135 (53.12% from 255) = 42.45%
BLUE value IS 55 (21.88% from 255) = 17.30%
R=40.25%
G=42.45%
B=17.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128135550.0500.590.4765.2542.1137.25
Hex808737503B2F412a25
Octal200207675073571015245
Binary100000001000011111011110101110111011111000001101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808737; }

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

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

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

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

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

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

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

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