#7A823D

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

Shades of Wasabi #7A823D

Tints of Wasabi #7A823D

Color information

#7A823D (or 0x7A823D) is unknown color: approx Wasabi. HEX triplet: 7A, 82 and 3D. RGB value is (122,130,61). Sum of RGB (Red+Green+Blue) = 122+130+61=313 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.98% from 313); Green value is 130 (51.17% from 255 or 41.53% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 130 - color contains mainly: green. Hex color #7A823D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A823D is #857DC2. Grayscale: #787878. Windows color (decimal): -8748483 or 4031098. OLE color: 4031098.

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

Color convert

RGB12213061-
CMYK0.0600.530.49
HSL66.96º36.13%37.45%-
HSV(B)66.96º53.08%50.98%-
XYZ16.8520.447.47-
YUV119.7494.85129.61-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.98%
GREEN value IS 130 (51.17% from 255) = 41.53%
BLUE value IS 61 (24.22% from 255) = 19.49%
R=38.98%
G=41.53%
B=19.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal122130610.0600.530.4966.9636.1337.45
Hex7A823D603531432425
Octal172202756065611034445
Binary11110101000001011110111001101011100011000011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A823D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,130,61); }

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

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

 a { background-color: rgb(122,130,61); }

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

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

 span { border-color: rgb(122,130,61); }

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