#758633

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

Shades of Wasabi #758633

Tints of Wasabi #758633

Color information

#758633 (or 0x758633) is unknown color: approx Wasabi. HEX triplet: 75, 86 and 33. RGB value is (117,134,51). Sum of RGB (Red+Green+Blue) = 117+134+51=302 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.74% from 302); Green value is 134 (52.73% from 255 or 44.37% from 302); Blue value is 51 (20.31% from 255 or 16.89% from 302); Max value from RGB is 134 - color contains mainly: green. Hex color #758633 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758633 is #8A79CC. Grayscale: #777777. Windows color (decimal): -9075149 or 3376757. OLE color: 3376757.

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

Color convert

RGB11713451-
CMYK0.1300.620.47
HSL72.29º44.86%36.27%-
HSV(B)72.29º61.94%52.55%-
XYZ16.4621.076.33-
YUV119.4589.37126.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.74%
GREEN value IS 134 (52.73% from 255) = 44.37%
BLUE value IS 51 (20.31% from 255) = 16.89%
R=38.74%
G=44.37%
B=16.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal117134510.1300.620.4772.2944.8636.27
Hex758633D03E2F482d24
Octal1652066315076571105544
Binary111010110000110110011110101111101011111001000101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758633; }

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

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

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

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

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

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

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

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