#758B3D

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

Shades of Wasabi #758B3D

Tints of Wasabi #758B3D

Color information

#758B3D (or 0x758B3D) is unknown color: approx Wasabi. HEX triplet: 75, 8B and 3D. RGB value is (117,139,61). Sum of RGB (Red+Green+Blue) = 117+139+61=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 139 (54.69% from 255 or 43.85% from 317); Blue value is 61 (24.22% from 255 or 19.24% from 317); Max value from RGB is 139 - color contains mainly: green. Hex color #758B3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758B3D is #8A74C2. Grayscale: #7B7B7B. Windows color (decimal): -9073859 or 4033397. OLE color: 4033397.

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

Color convert

RGB11713961-
CMYK0.1600.560.45
HSL76.92º39%39.22%-
HSV(B)76.92º56.12%54.51%-
XYZ17.4122.587.86-
YUV123.5392.71123.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.91%
GREEN value IS 139 (54.69% from 255) = 43.85%
BLUE value IS 61 (24.22% from 255) = 19.24%
R=36.91%
G=43.85%
B=19.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal117139610.1600.560.4576.923939.22
Hex758B3D100382D4d2727
Octal1652137520070551154747
Binary1110101100010111111011000001110001011011001101100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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