#758241

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

Shades of Wasabi #758241

Tints of Wasabi #758241

Color information

#758241 (or 0x758241) is unknown color: approx Wasabi. HEX triplet: 75, 82 and 41. RGB value is (117,130,65). Sum of RGB (Red+Green+Blue) = 117+130+65=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 130 - color contains mainly: green. Hex color #758241 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758241 is #8A7DBE. Grayscale: #767676. Windows color (decimal): -9076159 or 4293237. OLE color: 4293237.

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

Color convert

RGB11713065-
CMYK0.100.500.49
HSL72º33.33%38.24%-
HSV(B)72º50%50.98%-
XYZ16.2720.138.03-
YUV118.797.69126.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.5%
GREEN value IS 130 (51.17% from 255) = 41.67%
BLUE value IS 65 (25.78% from 255) = 20.83%
R=37.5%
G=41.67%
B=20.83%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117130650.100.500.497233.3338.24
Hex758241A03231482126
Octal16520210112062611104146
Binary1110101100000101000001101001100101100011001000100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758241; }

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

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

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

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

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

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

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

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