#758345

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

Shades of Wasabi #758345

Tints of Wasabi #758345

Color information

#758345 (or 0x758345) is unknown color: approx Wasabi. HEX triplet: 75, 83 and 45. RGB value is (117,131,69). Sum of RGB (Red+Green+Blue) = 117+131+69=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 131 (51.56% from 255 or 41.32% from 317); Blue value is 69 (27.34% from 255 or 21.77% from 317); Max value from RGB is 131 - color contains mainly: green. Hex color #758345 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758345 is #8A7CBA. Grayscale: #777777. Windows color (decimal): -9075899 or 4555637. OLE color: 4555637.

HSL color Cylindrical-coordinate representation of color #758345: hue angle of 73.55º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #758345 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB11713169-
CMYK0.1100.470.49
HSL73.55º31%39.22%-
HSV(B)73.55º47.33%51.37%-
XYZ16.5320.448.71-
YUV119.7599.36126.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.91%
GREEN value IS 131 (51.56% from 255) = 41.32%
BLUE value IS 69 (27.34% from 255) = 21.77%
R=36.91%
G=41.32%
B=21.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117131690.1100.470.4973.553139.22
Hex758345B02F314a1f27
Octal16520310513057611123747
Binary111010110000011100010110110101111110001100101011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758345; }

 p { color: rgb(117,131,69); }

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

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

 a { background-color: rgb(117,131,69); }

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

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

 span { border-color: rgb(117,131,69); }

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