#7B8040

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

Shades of Wasabi #7B8040

Tints of Wasabi #7B8040

Color information

#7B8040 (or 0x7B8040) is unknown color: approx Wasabi. HEX triplet: 7B, 80 and 40. RGB value is (123,128,64). Sum of RGB (Red+Green+Blue) = 123+128+64=315 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.05% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 128 - color contains mainly: green. Hex color #7B8040 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B8040 is #847FBF. Grayscale: #777777. Windows color (decimal): -8683456 or 4227195. OLE color: 4227195.

HSL color Cylindrical-coordinate representation of color #7B8040: hue angle of 64.69º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7B8040 is Cyan = 0.04, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.50.

Color convert

RGB12312864-
CMYK0.0400.50.50
HSL64.69º33.33%37.65%-
HSV(B)64.69º50%50.2%-
XYZ16.8120.027.83-
YUV119.2196.84130.7-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 39.05%
GREEN value IS 128 (50.39% from 255) = 40.63%
BLUE value IS 64 (25.39% from 255) = 20.32%
R=39.05%
G=40.63%
B=20.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal123128640.0400.50.5064.6933.3337.65
Hex7B8040403232412126
Octal1732001004062621014146
Binary111101110000000100000010001100101100101000001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,128,64); }

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

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

 a { background-color: rgb(123,128,64); }

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

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

 span { border-color: rgb(123,128,64); }

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