#7A813F

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

Shades of Wasabi #7A813F

Tints of Wasabi #7A813F

Color information

#7A813F (or 0x7A813F) is unknown color: approx Wasabi. HEX triplet: 7A, 81 and 3F. RGB value is (122,129,63). Sum of RGB (Red+Green+Blue) = 122+129+63=314 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.85% from 314); Green value is 129 (50.78% from 255 or 41.08% from 314); Blue value is 63 (25% from 255 or 20.06% from 314); Max value from RGB is 129 - color contains mainly: green. Hex color #7A813F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A813F is #857EC0. Grayscale: #777777. Windows color (decimal): -8748737 or 4161914. OLE color: 4161914.

HSL color Cylindrical-coordinate representation of color #7A813F: hue angle of 66.36º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7A813F is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB12212963-
CMYK0.0500.510.49
HSL66.36º34.38%37.65%-
HSV(B)66.36º51.16%50.59%-
XYZ16.7720.27.72-
YUV119.3896.18129.87-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.85%
GREEN value IS 129 (50.78% from 255) = 41.08%
BLUE value IS 63 (25% from 255) = 20.06%
R=38.85%
G=41.08%
B=20.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal122129630.0500.510.4966.3634.3837.65
Hex7A813F503331422226
Octal172201775063611024246
Binary11110101000000111111110101100111100011000010100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A813F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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