#7A813B

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

Shades of Wasabi #7A813B

Tints of Wasabi #7A813B

Color information

#7A813B (or 0x7A813B) is unknown color: approx Wasabi. HEX triplet: 7A, 81 and 3B. RGB value is (122,129,59). Sum of RGB (Red+Green+Blue) = 122+129+59=310 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.35% from 310); Green value is 129 (50.78% from 255 or 41.61% from 310); Blue value is 59 (23.44% from 255 or 19.03% from 310); Max value from RGB is 129 - color contains mainly: green. Hex color #7A813B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A813B is #857EC4. Grayscale: #777777. Windows color (decimal): -8748741 or 3899770. OLE color: 3899770.

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

Color convert

RGB12212959-
CMYK0.0500.540.49
HSL66º37.23%36.86%-
HSV(B)66º54.26%50.59%-
XYZ16.6720.157.15-
YUV118.9394.18130.19-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 39.35%
GREEN value IS 129 (50.78% from 255) = 41.61%
BLUE value IS 59 (23.44% from 255) = 19.03%
R=39.35%
G=41.61%
B=19.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal122129590.0500.540.496637.2336.86
Hex7A813B503631422525
Octal172201735066611024545
Binary11110101000000111101110101101101100011000010100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A813B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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