#758445

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

Shades of Wasabi #758445

Tints of Wasabi #758445

Color information

#758445 (or 0x758445) is unknown color: approx Wasabi. HEX triplet: 75, 84 and 45. RGB value is (117,132,69). Sum of RGB (Red+Green+Blue) = 117+132+69=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 132 (51.95% from 255 or 41.51% from 318); Blue value is 69 (27.34% from 255 or 21.70% from 318); Max value from RGB is 132 - color contains mainly: green. Hex color #758445 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758445 is #8A7BBA. Grayscale: #787878. Windows color (decimal): -9075643 or 4555893. OLE color: 4555893.

HSL color Cylindrical-coordinate representation of color #758445: hue angle of 74.29º degrees, saturation: 0.31, 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 #758445 is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.48.

Color convert

RGB11713269-
CMYK0.1100.480.48
HSL74.29º31.34%39.41%-
HSV(B)74.29º47.73%51.76%-
XYZ16.6620.718.75-
YUV120.3399.03125.62-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.79%
GREEN value IS 132 (51.95% from 255) = 41.51%
BLUE value IS 69 (27.34% from 255) = 21.70%
R=36.79%
G=41.51%
B=21.70%

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
Decimal117132690.1100.480.4874.2931.3439.41
Hex758445B030304a1f27
Octal16520410513060601123747
Binary111010110000100100010110110110000110000100101011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758445; }

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

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

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

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

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

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

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

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