#758639

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

Shades of Wasabi #758639

Tints of Wasabi #758639

Color information

#758639 (or 0x758639) is unknown color: approx Wasabi. HEX triplet: 75, 86 and 39. RGB value is (117,134,57). Sum of RGB (Red+Green+Blue) = 117+134+57=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 134 (52.73% from 255 or 43.51% from 308); Blue value is 57 (22.66% from 255 or 18.51% from 308); Max value from RGB is 134 - color contains mainly: green. Hex color #758639 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758639 is #8A79C6. Grayscale: #787878. Windows color (decimal): -9075143 or 3769973. OLE color: 3769973.

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

Color convert

RGB11713457-
CMYK0.1300.570.47
HSL73.25º40.31%37.45%-
HSV(B)73.25º57.46%52.55%-
XYZ16.621.137.07-
YUV120.1492.37125.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.99%
GREEN value IS 134 (52.73% from 255) = 43.51%
BLUE value IS 57 (22.66% from 255) = 18.51%
R=37.99%
G=43.51%
B=18.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal117134570.1300.570.4773.2540.3137.45
Hex758639D0392F492825
Octal1652067115071571115045
Binary111010110000110111001110101110011011111001001101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758639; }

 p { color: rgb(117,134,57); }

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

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

 a { background-color: rgb(117,134,57); }

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

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

 span { border-color: rgb(117,134,57); }

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