#808734

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

Shades of Wasabi #808734

Tints of Wasabi #808734

Color information

#808734 (or 0x808734) is unknown color: approx Wasabi. HEX triplet: 80, 87 and 34. RGB value is (128,135,52). Sum of RGB (Red+Green+Blue) = 128+135+52=315 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.63% from 315); Green value is 135 (53.12% from 255 or 42.86% from 315); Blue value is 52 (20.70% from 255 or 16.51% from 315); Max value from RGB is 135 - color contains mainly: green. Hex color #808734 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808734 is #7F78CB. Grayscale: #7B7B7B. Windows color (decimal): -8353996 or 3442560. OLE color: 3442560.

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

Color convert

RGB12813552-
CMYK0.0500.610.47
HSL65.06º44.39%36.67%-
HSV(B)65.06º61.48%52.94%-
XYZ18.1922.176.57-
YUV123.4487.68131.25-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.63%
GREEN value IS 135 (53.12% from 255) = 42.86%
BLUE value IS 52 (20.70% from 255) = 16.51%
R=40.63%
G=42.86%
B=16.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128135520.0500.610.4765.0644.3936.67
Hex808734503D2F412c25
Octal200207645075571015445
Binary100000001000011111010010101111011011111000001101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808734; }

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

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

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

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

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

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

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

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