#7A803C

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

Shades of Wasabi #7A803C

Tints of Wasabi #7A803C

Color information

#7A803C (or 0x7A803C) is unknown color: approx Wasabi. HEX triplet: 7A, 80 and 3C. RGB value is (122,128,60). Sum of RGB (Red+Green+Blue) = 122+128+60=310 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.35% from 310); Green value is 128 (50.39% from 255 or 41.29% from 310); Blue value is 60 (23.83% from 255 or 19.35% from 310); Max value from RGB is 128 - color contains mainly: green. Hex color #7A803C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A803C is #857FC3. Grayscale: #767676. Windows color (decimal): -8748996 or 3965050. OLE color: 3965050.

HSL color Cylindrical-coordinate representation of color #7A803C: hue angle of 65.29º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7A803C is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.50.

Color convert

RGB12212860-
CMYK0.0500.530.50
HSL65.29º36.17%36.86%-
HSV(B)65.29º53.12%50.2%-
XYZ16.5619.97.24-
YUV118.4595.01130.53-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 39.35%
GREEN value IS 128 (50.39% from 255) = 41.29%
BLUE value IS 60 (23.83% from 255) = 19.35%
R=39.35%
G=41.29%
B=19.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal122128600.0500.530.5065.2936.1736.86
Hex7A803C503532412425
Octal172200745065621014445
Binary11110101000000011110010101101011100101000001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A803C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,128,60); }

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

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

 a { background-color: rgb(122,128,60); }

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

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

 span { border-color: rgb(122,128,60); }

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