#768D45

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

Shades of Wasabi #768D45

Tints of Wasabi #768D45

Color information

#768D45 (or 0x768D45) is unknown color: approx Wasabi. HEX triplet: 76, 8D and 45. RGB value is (118,141,69). Sum of RGB (Red+Green+Blue) = 118+141+69=328 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.98% from 328); Green value is 141 (55.47% from 255 or 42.99% from 328); Blue value is 69 (27.34% from 255 or 21.04% from 328); Max value from RGB is 141 - color contains mainly: green. Hex color #768D45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768D45 is #8972BA. Grayscale: #7E7E7E. Windows color (decimal): -9007803 or 4558198. OLE color: 4558198.

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

Color convert

RGB11814169-
CMYK0.1600.510.45
HSL79.17º34.29%41.18%-
HSV(B)79.17º51.06%55.29%-
XYZ18.0723.339.18-
YUV125.9295.88122.35-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.98%
GREEN value IS 141 (55.47% from 255) = 42.99%
BLUE value IS 69 (27.34% from 255) = 21.04%
R=35.98%
G=42.99%
B=21.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal118141690.1600.510.4579.1734.2941.18
Hex768D45100332D4f2229
Octal16621510520063551174251
Binary11101101000110110001011000001100111011011001111100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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