#758239

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

Shades of Wasabi #758239

Tints of Wasabi #758239

Color information

#758239 (or 0x758239) is unknown color: approx Wasabi. HEX triplet: 75, 82 and 39. RGB value is (117,130,57). Sum of RGB (Red+Green+Blue) = 117+130+57=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 130 (51.17% from 255 or 42.76% from 304); Blue value is 57 (22.66% from 255 or 18.75% from 304); Max value from RGB is 130 - color contains mainly: green. Hex color #758239 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758239 is #8A7DC6. Grayscale: #767676. Windows color (decimal): -9076167 or 3768949. OLE color: 3768949.

HSL color Cylindrical-coordinate representation of color #758239: hue angle of 70.68º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #758239 is Cyan = 0.1, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB11713057-
CMYK0.100.560.49
HSL70.68º39.04%36.67%-
HSV(B)70.68º56.15%50.98%-
XYZ16.0620.046.89-
YUV117.7993.69127.44-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.49%
GREEN value IS 130 (51.17% from 255) = 42.76%
BLUE value IS 57 (22.66% from 255) = 18.75%
R=38.49%
G=42.76%
B=18.75%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117130570.100.560.4970.6839.0436.67
Hex758239A03831472725
Octal1652027112070611074745
Binary111010110000010111001101001110001100011000111100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758239; }

 p { color: rgb(117,130,57); }

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

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

 a { background-color: rgb(117,130,57); }

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

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

 span { border-color: rgb(117,130,57); }

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