#758444

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

Shades of Wasabi #758444

Tints of Wasabi #758444

Color information

#758444 (or 0x758444) is unknown color: approx Wasabi. HEX triplet: 75, 84 and 44. RGB value is (117,132,68). Sum of RGB (Red+Green+Blue) = 117+132+68=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 132 (51.95% from 255 or 41.64% from 317); Blue value is 68 (26.95% from 255 or 21.45% from 317); Max value from RGB is 132 - color contains mainly: green. Hex color #758444 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758444 is #8A7BBB. Grayscale: #787878. Windows color (decimal): -9075644 or 4490357. OLE color: 4490357.

HSL color Cylindrical-coordinate representation of color #758444: hue angle of 74.06º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #758444 is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.48.

Color convert

RGB11713268-
CMYK0.1100.480.48
HSL74.06º32%39.22%-
HSV(B)74.06º48.48%51.76%-
XYZ16.6320.78.59-
YUV120.2298.53125.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.91%
GREEN value IS 132 (51.95% from 255) = 41.64%
BLUE value IS 68 (26.95% from 255) = 21.45%
R=36.91%
G=41.64%
B=21.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117132680.1100.480.4874.063239.22
Hex758444B030304a2027
Octal16520410413060601124047
Binary1110101100001001000100101101100001100001001010100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758444; }

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

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

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

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

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

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

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

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