#768E37

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

Shades of Wasabi #768E37

Tints of Wasabi #768E37

Color information

#768E37 (or 0x768E37) is unknown color: approx Wasabi. HEX triplet: 76, 8E and 37. RGB value is (118,142,55). Sum of RGB (Red+Green+Blue) = 118+142+55=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 142 (55.86% from 255 or 45.08% from 315); Blue value is 55 (21.88% from 255 or 17.46% from 315); Max value from RGB is 142 - color contains mainly: green. Hex color #768E37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768E37 is #8971C8. Grayscale: #7D7D7D. Windows color (decimal): -9007561 or 3640950. OLE color: 3640950.

HSL color Cylindrical-coordinate representation of color #768E37: hue angle of 76.55º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #768E37 is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.44.

Color convert

RGB11814255-
CMYK0.1700.610.44
HSL76.55º44.16%38.63%-
HSV(B)76.55º61.27%55.69%-
XYZ17.8323.477.21-
YUV124.9188.55123.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.46%
GREEN value IS 142 (55.86% from 255) = 45.08%
BLUE value IS 55 (21.88% from 255) = 17.46%
R=37.46%
G=45.08%
B=17.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal118142550.1700.610.4476.5544.1638.63
Hex768E371103D2C4d2c27
Octal1662166721075541155447
Binary1110110100011101101111000101111011011001001101101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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