#768637

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

Shades of Wasabi #768637

Tints of Wasabi #768637

Color information

#768637 (or 0x768637) is unknown color: approx Wasabi. HEX triplet: 76, 86 and 37. RGB value is (118,134,55). Sum of RGB (Red+Green+Blue) = 118+134+55=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 134 (52.73% from 255 or 43.65% from 307); Blue value is 55 (21.88% from 255 or 17.92% from 307); Max value from RGB is 134 - color contains mainly: green. Hex color #768637 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768637 is #8979C8. Grayscale: #787878. Windows color (decimal): -9009609 or 3638902. OLE color: 3638902.

HSL color Cylindrical-coordinate representation of color #768637: hue angle of 72.15º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #768637 is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB11813455-
CMYK0.1200.590.47
HSL72.15º41.8%37.06%-
HSV(B)72.15º58.96%52.55%-
XYZ16.6921.186.82-
YUV120.2191.2126.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.44%
GREEN value IS 134 (52.73% from 255) = 43.65%
BLUE value IS 55 (21.88% from 255) = 17.92%
R=38.44%
G=43.65%
B=17.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118134550.1200.590.4772.1541.837.06
Hex768637C03B2F482a25
Octal1662066714073571105245
Binary111011010000110110111110001110111011111001000101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768637; }

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

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

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

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

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

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

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

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