#7B8A46

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

Shades of Wasabi #7B8A46

Tints of Wasabi #7B8A46

Color information

#7B8A46 (or 0x7B8A46) is unknown color: approx Wasabi. HEX triplet: 7B, 8A and 46. RGB value is (123,138,70). Sum of RGB (Red+Green+Blue) = 123+138+70=331 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.16% from 331); Green value is 138 (54.30% from 255 or 41.69% from 331); Blue value is 70 (27.73% from 255 or 21.15% from 331); Max value from RGB is 138 - color contains mainly: green. Hex color #7B8A46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B8A46 is #8475B9. Grayscale: #7E7E7E. Windows color (decimal): -8680890 or 4622971. OLE color: 4622971.

HSL color Cylindrical-coordinate representation of color #7B8A46: hue angle of 73.24º degrees, saturation: 0.33, 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 #7B8A46 is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.46.

Color convert

RGB12313870-
CMYK0.1100.490.46
HSL73.24º32.69%40.78%-
HSV(B)73.24º49.28%54.12%-
XYZ18.3622.839.23-
YUV125.7696.53126.03-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.16%
GREEN value IS 138 (54.30% from 255) = 41.69%
BLUE value IS 70 (27.73% from 255) = 21.15%
R=37.16%
G=41.69%
B=21.15%

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
Decimal123138700.1100.490.4673.2432.6940.78
Hex7B8A46B0312E492129
Octal17321210613061561114151
Binary1111011100010101000110101101100011011101001001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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