#7A8B3E

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

Shades of Wasabi #7A8B3E

Tints of Wasabi #7A8B3E

Color information

#7A8B3E (or 0x7A8B3E) is unknown color: approx Wasabi. HEX triplet: 7A, 8B and 3E. RGB value is (122,139,62). Sum of RGB (Red+Green+Blue) = 122+139+62=323 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.77% from 323); Green value is 139 (54.69% from 255 or 43.03% from 323); Blue value is 62 (24.61% from 255 or 19.20% from 323); Max value from RGB is 139 - color contains mainly: green. Hex color #7A8B3E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8B3E is #8574C1. Grayscale: #7D7D7D. Windows color (decimal): -8746178 or 4098938. OLE color: 4098938.

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

Color convert

RGB12213962-
CMYK0.1200.550.45
HSL73.25º38.31%39.41%-
HSV(B)73.25º55.4%54.51%-
XYZ18.1322.958.03-
YUV125.1492.37125.76-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.77%
GREEN value IS 139 (54.69% from 255) = 43.03%
BLUE value IS 62 (24.61% from 255) = 19.20%
R=37.77%
G=43.03%
B=19.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal122139620.1200.550.4573.2538.3139.41
Hex7A8B3EC0372D492627
Octal1722137614067551114647
Binary111101010001011111110110001101111011011001001100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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