#768336

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

Shades of Wasabi #768336

Tints of Wasabi #768336

Color information

#768336 (or 0x768336) is unknown color: approx Wasabi. HEX triplet: 76, 83 and 36. RGB value is (118,131,54). Sum of RGB (Red+Green+Blue) = 118+131+54=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 131 (51.56% from 255 or 43.23% from 303); Blue value is 54 (21.48% from 255 or 17.82% from 303); Max value from RGB is 131 - color contains mainly: green. Hex color #768336 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768336 is #897CC9. Grayscale: #767676. Windows color (decimal): -9010378 or 3572598. OLE color: 3572598.

HSL color Cylindrical-coordinate representation of color #768336: hue angle of 70.13º 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 #768336 is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB11813154-
CMYK0.1000.590.49
HSL70.13º41.62%36.27%-
HSV(B)70.13º58.78%51.37%-
XYZ16.2520.356.56-
YUV118.3491.69127.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.94%
GREEN value IS 131 (51.56% from 255) = 43.23%
BLUE value IS 54 (21.48% from 255) = 17.82%
R=38.94%
G=43.23%
B=17.82%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118131540.1000.590.4970.1341.6236.27
Hex768336A03B31462a24
Octal1662036612073611065244
Binary111011010000011110110101001110111100011000110101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768336; }

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

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

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

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

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

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

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

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