#758632

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

Shades of Wasabi #758632

Tints of Wasabi #758632

Color information

#758632 (or 0x758632) is unknown color: approx Wasabi. HEX triplet: 75, 86 and 32. RGB value is (117,134,50). Sum of RGB (Red+Green+Blue) = 117+134+50=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 134 (52.73% from 255 or 44.52% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 134 - color contains mainly: green. Hex color #758632 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758632 is #8A79CD. Grayscale: #777777. Windows color (decimal): -9075150 or 3311221. OLE color: 3311221.

HSL color Cylindrical-coordinate representation of color #758632: hue angle of 72.14º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #758632 is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB11713450-
CMYK0.1300.630.47
HSL72.14º45.65%36.08%-
HSV(B)72.14º62.69%52.55%-
XYZ16.4421.066.22-
YUV119.3488.87126.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.87%
GREEN value IS 134 (52.73% from 255) = 44.52%
BLUE value IS 50 (19.92% from 255) = 16.61%
R=38.87%
G=44.52%
B=16.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal117134500.1300.630.4772.1445.6536.08
Hex758632D03F2F482e24
Octal1652066215077571105644
Binary111010110000110110010110101111111011111001000101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758632; }

 p { color: rgb(117,134,50); }

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

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

 a { background-color: rgb(117,134,50); }

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

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

 span { border-color: rgb(117,134,50); }

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