#7A8B4A

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

Shades of Wasabi #7A8B4A

Tints of Wasabi #7A8B4A

Color information

#7A8B4A (or 0x7A8B4A) is unknown color: approx Wasabi. HEX triplet: 7A, 8B and 4A. RGB value is (122,139,74). Sum of RGB (Red+Green+Blue) = 122+139+74=335 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.42% from 335); Green value is 139 (54.69% from 255 or 41.49% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 139 - color contains mainly: green. Hex color #7A8B4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8B4A is #8574B5. Grayscale: #7E7E7E. Windows color (decimal): -8746166 or 4885370. OLE color: 4885370.

HSL color Cylindrical-coordinate representation of color #7A8B4A: hue angle of 75.69º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7A8B4A is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB12213974-
CMYK0.1200.470.45
HSL75.69º30.52%41.76%-
HSV(B)75.69º46.76%54.51%-
XYZ18.4923.19.96-
YUV126.5198.37124.79-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.42%
GREEN value IS 139 (54.69% from 255) = 41.49%
BLUE value IS 74 (29.30% from 255) = 22.09%
R=36.42%
G=41.49%
B=22.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal122139740.1200.470.4575.6930.5241.76
Hex7A8B4AC02F2D4c1f2a
Octal17221311214057551143752
Binary111101010001011100101011000101111101101100110011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,139,74); }

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

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

 a { background-color: rgb(122,139,74); }

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

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

 span { border-color: rgb(122,139,74); }

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