#758C49

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

Shades of Wasabi #758C49

Tints of Wasabi #758C49

Color information

#758C49 (or 0x758C49) is unknown color: approx Wasabi. HEX triplet: 75, 8C and 49. RGB value is (117,140,73). Sum of RGB (Red+Green+Blue) = 117+140+73=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 140 (55.08% from 255 or 42.42% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 140 - color contains mainly: green. Hex color #758C49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758C49 is #8A73B6. Grayscale: #7D7D7D. Windows color (decimal): -9073591 or 4820085. OLE color: 4820085.

HSL color Cylindrical-coordinate representation of color #758C49: hue angle of 80.6º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #758C49 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB11714073-
CMYK0.1600.480.45
HSL80.6º31.46%41.76%-
HSV(B)80.6º47.86%54.9%-
XYZ17.9223.029.8-
YUV125.4898.38121.95-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.45%
GREEN value IS 140 (55.08% from 255) = 42.42%
BLUE value IS 73 (28.91% from 255) = 22.12%
R=35.45%
G=42.42%
B=22.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal117140730.1600.480.4580.631.4641.76
Hex758C49100302D511f2a
Octal16521411120060551213752
Binary1110101100011001001001100000110000101101101000111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758C49; }

 p { color: rgb(117,140,73); }

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

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

 a { background-color: rgb(117,140,73); }

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

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

 span { border-color: rgb(117,140,73); }

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