#768A31

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

Shades of Wasabi #768A31

Tints of Wasabi #768A31

Color information

#768A31 (or 0x768A31) is unknown color: approx Wasabi. HEX triplet: 76, 8A and 31. RGB value is (118,138,49). Sum of RGB (Red+Green+Blue) = 118+138+49=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 138 (54.30% from 255 or 45.25% from 305); Blue value is 49 (19.53% from 255 or 16.07% from 305); Max value from RGB is 138 - color contains mainly: green. Hex color #768A31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768A31 is #8975CE. Grayscale: #7A7A7A. Windows color (decimal): -9008591 or 3246710. OLE color: 3246710.

HSL color Cylindrical-coordinate representation of color #768A31: hue angle of 73.48º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #768A31 is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB11813849-
CMYK0.1400.640.46
HSL73.48º47.59%36.67%-
HSV(B)73.48º64.49%54.12%-
XYZ17.1122.256.3-
YUV121.8786.87125.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.69%
GREEN value IS 138 (54.30% from 255) = 45.25%
BLUE value IS 49 (19.53% from 255) = 16.07%
R=38.69%
G=45.25%
B=16.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal118138490.1400.640.4673.4847.5936.67
Hex768A31E0402E493025
Octal16621261160100561116045
Binary1110110100010101100011110010000001011101001001110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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