#768643

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

Shades of Wasabi #768643

Tints of Wasabi #768643

Color information

#768643 (or 0x768643) is unknown color: approx Wasabi. HEX triplet: 76, 86 and 43. RGB value is (118,134,67). Sum of RGB (Red+Green+Blue) = 118+134+67=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 134 (52.73% from 255 or 42.01% from 319); Blue value is 67 (26.56% from 255 or 21.00% from 319); Max value from RGB is 134 - color contains mainly: green. Hex color #768643 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768643 is #8979BC. Grayscale: #797979. Windows color (decimal): -9009597 or 4425334. OLE color: 4425334.

HSL color Cylindrical-coordinate representation of color #768643: hue angle of 74.33º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #768643 is Cyan = 0.12, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.47.

Color convert

RGB11813467-
CMYK0.1200.50.47
HSL74.33º33.33%39.41%-
HSV(B)74.33º50%52.55%-
XYZ17.0121.318.53-
YUV121.5897.2125.45-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.99%
GREEN value IS 134 (52.73% from 255) = 42.01%
BLUE value IS 67 (26.56% from 255) = 21.00%
R=36.99%
G=42.01%
B=21.00%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118134670.1200.50.4774.3333.3339.41
Hex768643C0322F4a2127
Octal16620610314062571124147
Binary1110110100001101000011110001100101011111001010100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768643; }

 p { color: rgb(118,134,67); }

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

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

 a { background-color: rgb(118,134,67); }

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

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

 span { border-color: rgb(118,134,67); }

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