#768A3D

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

Shades of Wasabi #768A3D

Tints of Wasabi #768A3D

Color information

#768A3D (or 0x768A3D) is unknown color: approx Wasabi. HEX triplet: 76, 8A and 3D. RGB value is (118,138,61). Sum of RGB (Red+Green+Blue) = 118+138+61=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 138 (54.30% from 255 or 43.53% from 317); Blue value is 61 (24.22% from 255 or 19.24% from 317); Max value from RGB is 138 - color contains mainly: green. Hex color #768A3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768A3D is #8975C2. Grayscale: #7B7B7B. Windows color (decimal): -9008579 or 4033142. OLE color: 4033142.

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

Color convert

RGB11813861-
CMYK0.1400.560.46
HSL75.58º38.69%39.02%-
HSV(B)75.58º55.8%54.12%-
XYZ17.422.377.81-
YUV123.2492.87124.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.22%
GREEN value IS 138 (54.30% from 255) = 43.53%
BLUE value IS 61 (24.22% from 255) = 19.24%
R=37.22%
G=43.53%
B=19.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal118138610.1400.560.4675.5838.6939.02
Hex768A3DE0382E4c2727
Octal1662127516070561144747
Binary111011010001010111101111001110001011101001100100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,138,61); }

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

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

 a { background-color: rgb(118,138,61); }

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

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

 span { border-color: rgb(118,138,61); }

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