#758B41

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

Shades of Wasabi #758B41

Tints of Wasabi #758B41

Color information

#758B41 (or 0x758B41) is unknown color: approx Wasabi. HEX triplet: 75, 8B and 41. RGB value is (117,139,65). Sum of RGB (Red+Green+Blue) = 117+139+65=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 139 (54.69% from 255 or 43.30% from 321); Blue value is 65 (25.78% from 255 or 20.25% from 321); Max value from RGB is 139 - color contains mainly: green. Hex color #758B41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758B41 is #8A74BE. Grayscale: #7C7C7C. Windows color (decimal): -9073855 or 4295541. OLE color: 4295541.

HSL color Cylindrical-coordinate representation of color #758B41: hue angle of 77.84º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #758B41 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.

Color convert

RGB11713965-
CMYK0.1600.530.45
HSL77.84º36.27%40%-
HSV(B)77.84º53.24%54.51%-
XYZ17.5222.638.45-
YUV123.9994.71123.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.45%
GREEN value IS 139 (54.69% from 255) = 43.30%
BLUE value IS 65 (25.78% from 255) = 20.25%
R=36.45%
G=43.30%
B=20.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal117139650.1600.530.4577.8436.2740
Hex758B41100352D4e2428
Octal16521310120065551164450
Binary11101011000101110000011000001101011011011001110100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758B41; }

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

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

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

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

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

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

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

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