#758844

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

Shades of Wasabi #758844

Tints of Wasabi #758844

Color information

#758844 (or 0x758844) is unknown color: approx Wasabi. HEX triplet: 75, 88 and 44. RGB value is (117,136,68). Sum of RGB (Red+Green+Blue) = 117+136+68=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 136 (53.52% from 255 or 42.37% from 321); Blue value is 68 (26.95% from 255 or 21.18% from 321); Max value from RGB is 136 - color contains mainly: green. Hex color #758844 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758844 is #8A77BB. Grayscale: #7A7A7A. Windows color (decimal): -9074620 or 4491381. OLE color: 4491381.

HSL color Cylindrical-coordinate representation of color #758844: hue angle of 76.76º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #758844 is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.47.

Color convert

RGB11713668-
CMYK0.1400.500.47
HSL76.76º33.33%40%-
HSV(B)76.76º50%53.33%-
XYZ17.1821.818.77-
YUV122.5797.21124.03-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.45%
GREEN value IS 136 (53.52% from 255) = 42.37%
BLUE value IS 68 (26.95% from 255) = 21.18%
R=36.45%
G=42.37%
B=21.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal117136680.1400.500.4776.7633.3340
Hex758844E0322F4d2128
Octal16521010416062571154150
Binary1110101100010001000100111001100101011111001101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758844; }

 p { color: rgb(117,136,68); }

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

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

 a { background-color: rgb(117,136,68); }

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

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

 span { border-color: rgb(117,136,68); }

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