#7B8246

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

Shades of Wasabi #7B8246

Tints of Wasabi #7B8246

Color information

#7B8246 (or 0x7B8246) is unknown color: approx Wasabi. HEX triplet: 7B, 82 and 46. RGB value is (123,130,70). Sum of RGB (Red+Green+Blue) = 123+130+70=323 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.08% from 323); Green value is 130 (51.17% from 255 or 40.25% from 323); Blue value is 70 (27.73% from 255 or 21.67% from 323); Max value from RGB is 130 - color contains mainly: green. Hex color #7B8246 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B8246 is #847DB9. Grayscale: #797979. Windows color (decimal): -8682938 or 4620923. OLE color: 4620923.

HSL color Cylindrical-coordinate representation of color #7B8246: hue angle of 67º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7B8246 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB12313070-
CMYK0.0500.460.49
HSL67º30%39.22%-
HSV(B)67º46.15%50.98%-
XYZ17.2620.628.86-
YUV121.0799.18129.38-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.08%
GREEN value IS 130 (51.17% from 255) = 40.25%
BLUE value IS 70 (27.73% from 255) = 21.67%
R=38.08%
G=40.25%
B=21.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal123130700.0500.460.49673039.22
Hex7B8246502E31431e27
Octal1732021065056611033647
Binary11110111000001010001101010101110110001100001111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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