#758E37

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

Shades of Wasabi #758E37

Tints of Wasabi #758E37

Color information

#758E37 (or 0x758E37) is unknown color: approx Wasabi. HEX triplet: 75, 8E and 37. RGB value is (117,142,55). Sum of RGB (Red+Green+Blue) = 117+142+55=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 142 (55.86% from 255 or 45.22% from 314); Blue value is 55 (21.88% from 255 or 17.52% from 314); Max value from RGB is 142 - color contains mainly: green. Hex color #758E37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758E37 is #8A71C8. Grayscale: #7C7C7C. Windows color (decimal): -9073097 or 3640949. OLE color: 3640949.

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

Color convert

RGB11714255-
CMYK0.1800.610.44
HSL77.24º44.16%38.63%-
HSV(B)77.24º61.27%55.69%-
XYZ17.723.47.2-
YUV124.6188.72122.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.26%
GREEN value IS 142 (55.86% from 255) = 45.22%
BLUE value IS 55 (21.88% from 255) = 17.52%
R=37.26%
G=45.22%
B=17.52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal117142550.1800.610.4477.2444.1638.63
Hex758E371203D2C4d2c27
Octal1652166722075541155447
Binary1110101100011101101111001001111011011001001101101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,142,55); }

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

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

 a { background-color: rgb(117,142,55); }

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

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

 span { border-color: rgb(117,142,55); }

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