#758A3B

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

Shades of Wasabi #758A3B

Tints of Wasabi #758A3B

Color information

#758A3B (or 0x758A3B) is unknown color: approx Wasabi. HEX triplet: 75, 8A and 3B. RGB value is (117,138,59). Sum of RGB (Red+Green+Blue) = 117+138+59=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 138 (54.30% from 255 or 43.95% from 314); Blue value is 59 (23.44% from 255 or 18.79% from 314); Max value from RGB is 138 - color contains mainly: green. Hex color #758A3B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758A3B is #8A75C4. Grayscale: #7B7B7B. Windows color (decimal): -9074117 or 3902069. OLE color: 3902069.

HSL color Cylindrical-coordinate representation of color #758A3B: hue angle of 75.95º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #758A3B is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.46.

Color convert

RGB11713859-
CMYK0.1500.570.46
HSL75.95º40.1%38.63%-
HSV(B)75.95º57.25%54.12%-
XYZ17.2122.277.53-
YUV122.7292.04123.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.26%
GREEN value IS 138 (54.30% from 255) = 43.95%
BLUE value IS 59 (23.44% from 255) = 18.79%
R=37.26%
G=43.95%
B=18.79%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal117138590.1500.570.4675.9540.138.63
Hex758A3BF0392E4c2827
Octal1652127317071561145047
Binary111010110001010111011111101110011011101001100101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,138,59); }

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

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

 a { background-color: rgb(117,138,59); }

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

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

 span { border-color: rgb(117,138,59); }

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