#768E38

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

Shades of Wasabi #768E38

Tints of Wasabi #768E38

Color information

#768E38 (or 0x768E38) is unknown color: approx Wasabi. HEX triplet: 76, 8E and 38. RGB value is (118,142,56). Sum of RGB (Red+Green+Blue) = 118+142+56=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 142 (55.86% from 255 or 44.94% from 316); Blue value is 56 (22.27% from 255 or 17.72% from 316); Max value from RGB is 142 - color contains mainly: green. Hex color #768E38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768E38 is #8971C7. Grayscale: #7D7D7D. Windows color (decimal): -9007560 or 3706486. OLE color: 3706486.

HSL color Cylindrical-coordinate representation of color #768E38: hue angle of 76.74º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #768E38 is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.44.

Color convert

RGB11814256-
CMYK0.1700.610.44
HSL76.74º43.43%38.82%-
HSV(B)76.74º60.56%55.69%-
XYZ17.8623.487.33-
YUV125.0289.05122.99-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.34%
GREEN value IS 142 (55.86% from 255) = 44.94%
BLUE value IS 56 (22.27% from 255) = 17.72%
R=37.34%
G=44.94%
B=17.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal118142560.1700.610.4476.7443.4338.82
Hex768E381103D2C4d2b27
Octal1662167021075541155347
Binary1110110100011101110001000101111011011001001101101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,142,56); }

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

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

 a { background-color: rgb(118,142,56); }

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

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

 span { border-color: rgb(118,142,56); }

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