#7B8A47

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

Shades of Wasabi #7B8A47

Tints of Wasabi #7B8A47

Color information

#7B8A47 (or 0x7B8A47) is unknown color: approx Wasabi. HEX triplet: 7B, 8A and 47. RGB value is (123,138,71). Sum of RGB (Red+Green+Blue) = 123+138+71=332 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.05% from 332); Green value is 138 (54.30% from 255 or 41.57% from 332); Blue value is 71 (28.12% from 255 or 21.39% from 332); Max value from RGB is 138 - color contains mainly: green. Hex color #7B8A47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B8A47 is #8475B8. Grayscale: #7E7E7E. Windows color (decimal): -8680889 or 4688507. OLE color: 4688507.

HSL color Cylindrical-coordinate representation of color #7B8A47: hue angle of 73.43º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7B8A47 is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.46.

Color convert

RGB12313871-
CMYK0.1100.490.46
HSL73.43º32.06%40.98%-
HSV(B)73.43º48.55%54.12%-
XYZ18.3922.849.4-
YUV125.8897.03125.95-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.05%
GREEN value IS 138 (54.30% from 255) = 41.57%
BLUE value IS 71 (28.12% from 255) = 21.39%
R=37.05%
G=41.57%
B=21.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal123138710.1100.490.4673.4332.0640.98
Hex7B8A47B0312E492029
Octal17321210713061561114051
Binary1111011100010101000111101101100011011101001001100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,138,71); }

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

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

 a { background-color: rgb(123,138,71); }

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

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

 span { border-color: rgb(123,138,71); }

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