#768940

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

Shades of Wasabi #768940

Tints of Wasabi #768940

Color information

#768940 (or 0x768940) is unknown color: approx Wasabi. HEX triplet: 76, 89 and 40. RGB value is (118,137,64). Sum of RGB (Red+Green+Blue) = 118+137+64=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 137 (53.91% from 255 or 42.95% from 319); Blue value is 64 (25.39% from 255 or 20.06% from 319); Max value from RGB is 137 - color contains mainly: green. Hex color #768940 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768940 is #8976BF. Grayscale: #7B7B7B. Windows color (decimal): -9008832 or 4229494. OLE color: 4229494.

HSL color Cylindrical-coordinate representation of color #768940: hue angle of 75.62º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #768940 is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.46.

Color convert

RGB11813764-
CMYK0.1400.530.46
HSL75.62º36.32%39.41%-
HSV(B)75.62º53.28%53.73%-
XYZ17.3422.118.2-
YUV12394.71124.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.99%
GREEN value IS 137 (53.91% from 255) = 42.95%
BLUE value IS 64 (25.39% from 255) = 20.06%
R=36.99%
G=42.95%
B=20.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal118137640.1400.530.4675.6236.3239.41
Hex768940E0352E4c2427
Octal16621110016065561144447
Binary1110110100010011000000111001101011011101001100100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768940; }

 p { color: rgb(118,137,64); }

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

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

 a { background-color: rgb(118,137,64); }

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

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

 span { border-color: rgb(118,137,64); }

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