#758236

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

Shades of Wasabi #758236

Tints of Wasabi #758236

Color information

#758236 (or 0x758236) is unknown color: approx Wasabi. HEX triplet: 75, 82 and 36. RGB value is (117,130,54). Sum of RGB (Red+Green+Blue) = 117+130+54=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 130 (51.17% from 255 or 43.19% from 301); Blue value is 54 (21.48% from 255 or 17.94% from 301); Max value from RGB is 130 - color contains mainly: green. Hex color #758236 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758236 is #8A7DC9. Grayscale: #757575. Windows color (decimal): -9076170 or 3572341. OLE color: 3572341.

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

Color convert

RGB11713054-
CMYK0.100.580.49
HSL70.26º41.3%36.08%-
HSV(B)70.26º58.46%50.98%-
XYZ15.9820.016.51-
YUV117.4592.19127.68-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.87%
GREEN value IS 130 (51.17% from 255) = 43.19%
BLUE value IS 54 (21.48% from 255) = 17.94%
R=38.87%
G=43.19%
B=17.94%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117130540.100.580.4970.2641.336.08
Hex758236A03A31462924
Octal1652026612072611065144
Binary111010110000010110110101001110101100011000110101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758236; }

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

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

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

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

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

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

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

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