#7A813D

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

Shades of Wasabi #7A813D

Tints of Wasabi #7A813D

Color information

#7A813D (or 0x7A813D) is unknown color: approx Wasabi. HEX triplet: 7A, 81 and 3D. RGB value is (122,129,61). Sum of RGB (Red+Green+Blue) = 122+129+61=312 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.10% from 312); Green value is 129 (50.78% from 255 or 41.35% from 312); Blue value is 61 (24.22% from 255 or 19.55% from 312); Max value from RGB is 129 - color contains mainly: green. Hex color #7A813D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A813D is #857EC2. Grayscale: #777777. Windows color (decimal): -8748739 or 4030842. OLE color: 4030842.

HSL color Cylindrical-coordinate representation of color #7A813D: hue angle of 66.18º 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 #7A813D is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB12212961-
CMYK0.0500.530.49
HSL66.18º35.79%37.25%-
HSV(B)66.18º52.71%50.59%-
XYZ16.7220.187.43-
YUV119.1695.18130.03-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 39.10%
GREEN value IS 129 (50.78% from 255) = 41.35%
BLUE value IS 61 (24.22% from 255) = 19.55%
R=39.10%
G=41.35%
B=19.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal122129610.0500.530.4966.1835.7937.25
Hex7A813D503531422425
Octal172201755065611024445
Binary11110101000000111110110101101011100011000010100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A813D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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