#768633

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

Shades of Wasabi #768633

Tints of Wasabi #768633

Color information

#768633 (or 0x768633) is unknown color: approx Wasabi. HEX triplet: 76, 86 and 33. RGB value is (118,134,51). Sum of RGB (Red+Green+Blue) = 118+134+51=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 134 (52.73% from 255 or 44.22% from 303); Blue value is 51 (20.31% from 255 or 16.83% from 303); Max value from RGB is 134 - color contains mainly: green. Hex color #768633 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768633 is #8979CC. Grayscale: #787878. Windows color (decimal): -9009613 or 3376758. OLE color: 3376758.

HSL color Cylindrical-coordinate representation of color #768633: hue angle of 71.57º 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 #768633 is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB11813451-
CMYK0.1200.620.47
HSL71.57º44.86%36.27%-
HSV(B)71.57º61.94%52.55%-
XYZ16.5921.146.34-
YUV119.7589.2126.75-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.94%
GREEN value IS 134 (52.73% from 255) = 44.22%
BLUE value IS 51 (20.31% from 255) = 16.83%
R=38.94%
G=44.22%
B=16.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118134510.1200.620.4771.5744.8636.27
Hex768633C03E2F482d24
Octal1662066314076571105544
Binary111011010000110110011110001111101011111001000101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768633; }

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

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

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

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

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

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

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

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