#758240

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

Shades of Wasabi #758240

Tints of Wasabi #758240

Color information

#758240 (or 0x758240) is unknown color: approx Wasabi. HEX triplet: 75, 82 and 40. RGB value is (117,130,64). Sum of RGB (Red+Green+Blue) = 117+130+64=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 130 (51.17% from 255 or 41.80% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 130 - color contains mainly: green. Hex color #758240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758240 is #8A7DBF. Grayscale: #767676. Windows color (decimal): -9076160 or 4227701. OLE color: 4227701.

HSL color Cylindrical-coordinate representation of color #758240: hue angle of 71.82º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #758240 is Cyan = 0.1, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB11713064-
CMYK0.100.510.49
HSL71.82º34.02%38.04%-
HSV(B)71.82º50.77%50.98%-
XYZ16.2420.127.88-
YUV118.5997.19126.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.62%
GREEN value IS 130 (51.17% from 255) = 41.80%
BLUE value IS 64 (25.39% from 255) = 20.58%
R=37.62%
G=41.80%
B=20.58%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117130640.100.510.4971.8234.0238.04
Hex758240A03331482226
Octal16520210012063611104246
Binary1110101100000101000000101001100111100011001000100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758240; }

 p { color: rgb(117,130,64); }

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

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

 a { background-color: rgb(117,130,64); }

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

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

 span { border-color: rgb(117,130,64); }

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