#7B8140

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

Shades of Wasabi #7B8140

Tints of Wasabi #7B8140

Color information

#7B8140 (or 0x7B8140) is unknown color: approx Wasabi. HEX triplet: 7B, 81 and 40. RGB value is (123,129,64). Sum of RGB (Red+Green+Blue) = 123+129+64=316 (41% of max value = 765). Red value is 123 (48.44% from 255 or 38.92% from 316); Green value is 129 (50.78% from 255 or 40.82% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 129 - color contains mainly: green. Hex color #7B8140 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B8140 is #847EBF. Grayscale: #787878. Windows color (decimal): -8683200 or 4227451. OLE color: 4227451.

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

Color convert

RGB12312964-
CMYK0.0500.500.49
HSL65.54º33.68%37.84%-
HSV(B)65.54º50.39%50.59%-
XYZ16.9420.287.87-
YUV119.896.51130.29-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.92%
GREEN value IS 129 (50.78% from 255) = 40.82%
BLUE value IS 64 (25.39% from 255) = 20.25%
R=38.92%
G=40.82%
B=20.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal123129640.0500.500.4965.5433.6837.84
Hex7B8140503231422226
Octal1732011005062611024246
Binary111101110000001100000010101100101100011000010100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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