#768648

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

Shades of Wasabi #768648

Tints of Wasabi #768648

Color information

#768648 (or 0x768648) is unknown color: approx Wasabi. HEX triplet: 76, 86 and 48. RGB value is (118,134,72). Sum of RGB (Red+Green+Blue) = 118+134+72=324 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.42% from 324); Green value is 134 (52.73% from 255 or 41.36% from 324); Blue value is 72 (28.52% from 255 or 22.22% from 324); Max value from RGB is 134 - color contains mainly: green. Hex color #768648 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768648 is #8979B7. Grayscale: #7A7A7A. Windows color (decimal): -9009592 or 4753014. OLE color: 4753014.

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

Color convert

RGB11813472-
CMYK0.1200.460.47
HSL75.48º30.1%40.39%-
HSV(B)75.48º46.27%52.55%-
XYZ17.1721.379.35-
YUV122.1599.7125.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.42%
GREEN value IS 134 (52.73% from 255) = 41.36%
BLUE value IS 72 (28.52% from 255) = 22.22%
R=36.42%
G=41.36%
B=22.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118134720.1200.460.4775.4830.140.39
Hex768648C02E2F4b1e28
Octal16620611014056571133650
Binary111011010000110100100011000101110101111100101111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768648; }

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

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

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

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

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

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

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

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