#768B31

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

Shades of Wasabi #768B31

Tints of Wasabi #768B31

Color information

#768B31 (or 0x768B31) is unknown color: approx Wasabi. HEX triplet: 76, 8B and 31. RGB value is (118,139,49). Sum of RGB (Red+Green+Blue) = 118+139+49=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 139 (54.69% from 255 or 45.42% from 306); Blue value is 49 (19.53% from 255 or 16.01% from 306); Max value from RGB is 139 - color contains mainly: green. Hex color #768B31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768B31 is #8974CE. Grayscale: #7A7A7A. Windows color (decimal): -9008335 or 3246966. OLE color: 3246966.

HSL color Cylindrical-coordinate representation of color #768B31: hue angle of 74º 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 #768B31 is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB11813949-
CMYK0.1500.650.45
HSL74º47.87%36.86%-
HSV(B)74º64.75%54.51%-
XYZ17.2622.546.35-
YUV122.4686.54124.82-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.56%
GREEN value IS 139 (54.69% from 255) = 45.42%
BLUE value IS 49 (19.53% from 255) = 16.01%
R=38.56%
G=45.42%
B=16.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal118139490.1500.650.457447.8736.86
Hex768B31F0412D4a3025
Octal16621361170101551126045
Binary1110110100010111100011111010000011011011001010110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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