#768B32

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

Shades of Wasabi #768B32

Tints of Wasabi #768B32

Color information

#768B32 (or 0x768B32) is unknown color: approx Wasabi. HEX triplet: 76, 8B and 32. RGB value is (118,139,50). Sum of RGB (Red+Green+Blue) = 118+139+50=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 139 (54.69% from 255 or 45.28% from 307); Blue value is 50 (19.92% from 255 or 16.29% from 307); Max value from RGB is 139 - color contains mainly: green. Hex color #768B32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768B32 is #8974CD. Grayscale: #7A7A7A. Windows color (decimal): -9008334 or 3312502. OLE color: 3312502.

HSL color Cylindrical-coordinate representation of color #768B32: hue angle of 74.16º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #768B32 is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.45.

Color convert

RGB11813950-
CMYK0.1500.640.45
HSL74.16º47.09%37.06%-
HSV(B)74.16º64.03%54.51%-
XYZ17.2822.556.46-
YUV122.5787.04124.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.44%
GREEN value IS 139 (54.69% from 255) = 45.28%
BLUE value IS 50 (19.92% from 255) = 16.29%
R=38.44%
G=45.28%
B=16.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal118139500.1500.640.4574.1647.0937.06
Hex768B32F0402D4a2f25
Octal16621362170100551125745
Binary1110110100010111100101111010000001011011001010101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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