#768D32

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

Shades of Wasabi #768D32

Tints of Wasabi #768D32

Color information

#768D32 (or 0x768D32) is unknown color: approx Wasabi. HEX triplet: 76, 8D and 32. RGB value is (118,141,50). Sum of RGB (Red+Green+Blue) = 118+141+50=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 141 (55.47% from 255 or 45.63% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 141 - color contains mainly: green. Hex color #768D32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768D32 is #8972CD. Grayscale: #7C7C7C. Windows color (decimal): -9007822 or 3313014. OLE color: 3313014.

HSL color Cylindrical-coordinate representation of color #768D32: hue angle of 75.16º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #768D32 is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB11814150-
CMYK0.1600.650.45
HSL75.16º47.64%37.45%-
HSV(B)75.16º64.54%55.29%-
XYZ17.5723.136.56-
YUV123.7586.38123.9-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.19%
GREEN value IS 141 (55.47% from 255) = 45.63%
BLUE value IS 50 (19.92% from 255) = 16.18%
R=38.19%
G=45.63%
B=16.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal118141500.1600.650.4575.1647.6437.45
Hex768D32100412D4b3025
Octal16621562200101551136045
Binary11101101000110111001010000010000011011011001011110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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