#768437

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

Shades of Wasabi #768437

Tints of Wasabi #768437

Color information

#768437 (or 0x768437) is unknown color: approx Wasabi. HEX triplet: 76, 84 and 37. RGB value is (118,132,55). Sum of RGB (Red+Green+Blue) = 118+132+55=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 132 (51.95% from 255 or 43.28% from 305); Blue value is 55 (21.88% from 255 or 18.03% from 305); Max value from RGB is 132 - color contains mainly: green. Hex color #768437 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768437 is #897BC8. Grayscale: #777777. Windows color (decimal): -9010121 or 3638390. OLE color: 3638390.

HSL color Cylindrical-coordinate representation of color #768437: hue angle of 70.91º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #768437 is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB11813255-
CMYK0.1100.580.48
HSL70.91º41.18%36.67%-
HSV(B)70.91º58.33%51.76%-
XYZ16.4120.636.73-
YUV119.0491.86127.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.69%
GREEN value IS 132 (51.95% from 255) = 43.28%
BLUE value IS 55 (21.88% from 255) = 18.03%
R=38.69%
G=43.28%
B=18.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal118132550.1100.580.4870.9141.1836.67
Hex768437B03A30472925
Octal1662046713072601075145
Binary111011010000100110111101101110101100001000111101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768437; }

 p { color: rgb(118,132,55); }

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

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

 a { background-color: rgb(118,132,55); }

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

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

 span { border-color: rgb(118,132,55); }

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