#767D3B

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

Shades of Wasabi #767D3B

Tints of Wasabi #767D3B

Color information

#767D3B (or 0x767D3B) is unknown color: approx Wasabi. HEX triplet: 76, 7D and 3B. RGB value is (118,125,59). Sum of RGB (Red+Green+Blue) = 118+125+59=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 125 (49.22% from 255 or 41.39% from 302); Blue value is 59 (23.44% from 255 or 19.54% from 302); Max value from RGB is 125 - color contains mainly: green. Hex color #767D3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767D3B is #8982C4. Grayscale: #737373. Windows color (decimal): -9011909 or 3898742. OLE color: 3898742.

HSL color Cylindrical-coordinate representation of color #767D3B: hue angle of 66.36º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #767D3B is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.51.

Color convert

RGB11812559-
CMYK0.0600.530.51
HSL66.36º35.87%36.08%-
HSV(B)66.36º52.8%49.02%-
XYZ15.5918.836.95-
YUV115.3896.18129.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.07%
GREEN value IS 125 (49.22% from 255) = 41.39%
BLUE value IS 59 (23.44% from 255) = 19.54%
R=39.07%
G=41.39%
B=19.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal118125590.0600.530.5166.3635.8736.08
Hex767D3B603533422424
Octal166175736065631024444
Binary1110110111110111101111001101011100111000010100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767D3B; }

 p { color: rgb(118,125,59); }

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

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

 a { background-color: rgb(118,125,59); }

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

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

 span { border-color: rgb(118,125,59); }

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