#758336

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

Shades of Wasabi #758336

Tints of Wasabi #758336

Color information

#758336 (or 0x758336) is unknown color: approx Wasabi. HEX triplet: 75, 83 and 36. RGB value is (117,131,54). Sum of RGB (Red+Green+Blue) = 117+131+54=302 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.74% from 302); Green value is 131 (51.56% from 255 or 43.38% from 302); Blue value is 54 (21.48% from 255 or 17.88% from 302); Max value from RGB is 131 - color contains mainly: green. Hex color #758336 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758336 is #8A7CC9. Grayscale: #767676. Windows color (decimal): -9075914 or 3572597. OLE color: 3572597.

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

Color convert

RGB11713154-
CMYK0.1100.590.49
HSL70.91º41.62%36.27%-
HSV(B)70.91º58.78%51.37%-
XYZ16.1220.286.56-
YUV118.0491.86127.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.74%
GREEN value IS 131 (51.56% from 255) = 43.38%
BLUE value IS 54 (21.48% from 255) = 17.88%
R=38.74%
G=43.38%
B=17.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117131540.1100.590.4970.9141.6236.27
Hex758336B03B31472a24
Octal1652036613073611075244
Binary111010110000011110110101101110111100011000111101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758336; }

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

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

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

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

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

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

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

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