#768E31

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

Shades of Wasabi #768E31

Tints of Wasabi #768E31

Color information

#768E31 (or 0x768E31) is unknown color: approx Wasabi. HEX triplet: 76, 8E and 31. RGB value is (118,142,49). Sum of RGB (Red+Green+Blue) = 118+142+49=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 142 (55.86% from 255 or 45.95% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 142 - color contains mainly: green. Hex color #768E31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768E31 is #8971CE. Grayscale: #7C7C7C. Windows color (decimal): -9007567 or 3247734. OLE color: 3247734.

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

Color convert

RGB11814249-
CMYK0.1700.650.44
HSL75.48º48.69%37.45%-
HSV(B)75.48º65.49%55.69%-
XYZ17.723.426.49-
YUV124.2285.55123.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.19%
GREEN value IS 142 (55.86% from 255) = 45.95%
BLUE value IS 49 (19.53% from 255) = 15.86%
R=38.19%
G=45.95%
B=15.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal118142490.1700.650.4475.4848.6937.45
Hex768E31110412C4b3125
Octal16621661210101541136145
Binary11101101000111011000110001010000011011001001011110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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