#7B9443

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

Shades of Wasabi #7B9443

Tints of Wasabi #7B9443

Color information

#7B9443 (or 0x7B9443) is unknown color: approx Wasabi. HEX triplet: 7B, 94 and 43. RGB value is (123,148,67). Sum of RGB (Red+Green+Blue) = 123+148+67=338 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.39% from 338); Green value is 148 (58.20% from 255 or 43.79% from 338); Blue value is 67 (26.56% from 255 or 19.82% from 338); Max value from RGB is 148 - color contains mainly: green. Hex color #7B9443 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B9443 is #846BBC. Grayscale: #838383. Windows color (decimal): -8678333 or 4428923. OLE color: 4428923.

HSL color Cylindrical-coordinate representation of color #7B9443: hue angle of 78.52º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7B9443 is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.42.

Color convert

RGB12314867-
CMYK0.1700.550.42
HSL78.52º37.67%42.16%-
HSV(B)78.52º54.73%58.04%-
XYZ19.7725.89.25-
YUV131.2991.72122.09-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.39%
GREEN value IS 148 (58.20% from 255) = 43.79%
BLUE value IS 67 (26.56% from 255) = 19.82%
R=36.39%
G=43.79%
B=19.82%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal123148670.1700.550.4278.5237.6742.16
Hex7B9443110372A4f262a
Octal17322410321067521174652
Binary11110111001010010000111000101101111010101001111100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B9443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B9443; }

 p { color: rgb(123,148,67); }

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

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

 a { background-color: rgb(123,148,67); }

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

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

 span { border-color: rgb(123,148,67); }

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