#768939

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

Shades of Wasabi #768939

Tints of Wasabi #768939

Color information

#768939 (or 0x768939) is unknown color: approx Wasabi. HEX triplet: 76, 89 and 39. RGB value is (118,137,57). Sum of RGB (Red+Green+Blue) = 118+137+57=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 137 (53.91% from 255 or 43.91% from 312); Blue value is 57 (22.66% from 255 or 18.27% from 312); Max value from RGB is 137 - color contains mainly: green. Hex color #768939 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768939 is #8976C6. Grayscale: #7A7A7A. Windows color (decimal): -9008839 or 3770742. OLE color: 3770742.

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

Color convert

RGB11813757-
CMYK0.1400.580.46
HSL74.25º41.24%38.04%-
HSV(B)74.25º58.39%53.73%-
XYZ17.1622.047.22-
YUV122.291.21125-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.82%
GREEN value IS 137 (53.91% from 255) = 43.91%
BLUE value IS 57 (22.66% from 255) = 18.27%
R=37.82%
G=43.91%
B=18.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal118137570.1400.580.4674.2541.2438.04
Hex768939E03A2E4a2926
Octal1662117116072561125146
Binary111011010001001111001111001110101011101001010101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768939; }

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

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

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

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

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

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

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

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