#768A40

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

Shades of Wasabi #768A40

Tints of Wasabi #768A40

Color information

#768A40 (or 0x768A40) is unknown color: approx Wasabi. HEX triplet: 76, 8A and 40. RGB value is (118,138,64). Sum of RGB (Red+Green+Blue) = 118+138+64=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 138 (54.30% from 255 or 43.12% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 138 - color contains mainly: green. Hex color #768A40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768A40 is #8975BF. Grayscale: #7B7B7B. Windows color (decimal): -9008576 or 4229750. OLE color: 4229750.

HSL color Cylindrical-coordinate representation of color #768A40: hue angle of 76.22º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #768A40 is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.46.

Color convert

RGB11813864-
CMYK0.1400.540.46
HSL76.22º36.63%39.61%-
HSV(B)76.22º53.62%54.12%-
XYZ17.4922.48.25-
YUV123.5894.37124.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.88%
GREEN value IS 138 (54.30% from 255) = 43.12%
BLUE value IS 64 (25.39% from 255) = 20%
R=36.88%
G=43.12%
B=20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal118138640.1400.540.4676.2236.6339.61
Hex768A40E0362E4c2528
Octal16621210016066561144550
Binary1110110100010101000000111001101101011101001100100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768A40; }

 p { color: rgb(118,138,64); }

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

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

 a { background-color: rgb(118,138,64); }

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

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

 span { border-color: rgb(118,138,64); }

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