#758E38

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

Shades of Wasabi #758E38

Tints of Wasabi #758E38

Color information

#758E38 (or 0x758E38) is unknown color: approx Wasabi. HEX triplet: 75, 8E and 38. RGB value is (117,142,56). Sum of RGB (Red+Green+Blue) = 117+142+56=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 142 (55.86% from 255 or 45.08% from 315); Blue value is 56 (22.27% from 255 or 17.78% from 315); Max value from RGB is 142 - color contains mainly: green. Hex color #758E38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758E38 is #8A71C7. Grayscale: #7D7D7D. Windows color (decimal): -9073096 or 3706485. OLE color: 3706485.

HSL color Cylindrical-coordinate representation of color #758E38: hue angle of 77.44º degrees, saturation: 0.43, 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 #758E38 is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.44.

Color convert

RGB11714256-
CMYK0.1800.610.44
HSL77.44º43.43%38.82%-
HSV(B)77.44º60.56%55.69%-
XYZ17.7223.417.33-
YUV124.7289.22122.49-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.14%
GREEN value IS 142 (55.86% from 255) = 45.08%
BLUE value IS 56 (22.27% from 255) = 17.78%
R=37.14%
G=45.08%
B=17.78%

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
Decimal117142560.1800.610.4477.4443.4338.82
Hex758E381203D2C4d2b27
Octal1652167022075541155347
Binary1110101100011101110001001001111011011001001101101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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