#768D46

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

Shades of Wasabi #768D46

Tints of Wasabi #768D46

Color information

#768D46 (or 0x768D46) is unknown color: approx Wasabi. HEX triplet: 76, 8D and 46. RGB value is (118,141,70). Sum of RGB (Red+Green+Blue) = 118+141+70=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 141 (55.47% from 255 or 42.86% from 329); Blue value is 70 (27.73% from 255 or 21.28% from 329); Max value from RGB is 141 - color contains mainly: green. Hex color #768D46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768D46 is #8972B9. Grayscale: #7E7E7E. Windows color (decimal): -9007802 or 4623734. OLE color: 4623734.

HSL color Cylindrical-coordinate representation of color #768D46: hue angle of 79.44º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #768D46 is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB11814170-
CMYK0.1600.500.45
HSL79.44º33.65%41.37%-
HSV(B)79.44º50.35%55.29%-
XYZ18.123.349.35-
YUV126.0396.38122.27-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.87%
GREEN value IS 141 (55.47% from 255) = 42.86%
BLUE value IS 70 (27.73% from 255) = 21.28%
R=35.87%
G=42.86%
B=21.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal118141700.1600.500.4579.4433.6541.37
Hex768D46100322D4f2229
Octal16621510620062551174251
Binary11101101000110110001101000001100101011011001111100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,141,70); }

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

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

 a { background-color: rgb(118,141,70); }

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

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

 span { border-color: rgb(118,141,70); }

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