#7B8A4A

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

Shades of Wasabi #7B8A4A

Tints of Wasabi #7B8A4A

Color information

#7B8A4A (or 0x7B8A4A) is unknown color: approx Wasabi. HEX triplet: 7B, 8A and 4A. RGB value is (123,138,74). Sum of RGB (Red+Green+Blue) = 123+138+74=335 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.72% from 335); Green value is 138 (54.30% from 255 or 41.19% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 138 - color contains mainly: green. Hex color #7B8A4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B8A4A is #8475B5. Grayscale: #7E7E7E. Windows color (decimal): -8680886 or 4885115. OLE color: 4885115.

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

Color convert

RGB12313874-
CMYK0.1100.460.46
HSL74.06º30.19%41.57%-
HSV(B)74.06º46.38%54.12%-
XYZ18.4922.889.92-
YUV126.2298.53125.7-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.72%
GREEN value IS 138 (54.30% from 255) = 41.19%
BLUE value IS 74 (29.30% from 255) = 22.09%
R=36.72%
G=41.19%
B=22.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal123138740.1100.460.4674.0630.1941.57
Hex7B8A4AB02E2E4a1e2a
Octal17321211213056561123652
Binary111101110001010100101010110101110101110100101011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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