#7D813B

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

Shades of Wasabi #7D813B

Tints of Wasabi #7D813B

Color information

#7D813B (or 0x7D813B) is unknown color: approx Wasabi. HEX triplet: 7D, 81 and 3B. RGB value is (125,129,59). Sum of RGB (Red+Green+Blue) = 125+129+59=313 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.94% from 313); Green value is 129 (50.78% from 255 or 41.21% from 313); Blue value is 59 (23.44% from 255 or 18.85% from 313); Max value from RGB is 129 - color contains mainly: green. Hex color #7D813B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D813B is #827EC4. Grayscale: #787878. Windows color (decimal): -8552133 or 3899773. OLE color: 3899773.

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

Color convert

RGB12512959-
CMYK0.0300.540.49
HSL63.43º37.23%36.86%-
HSV(B)63.43º54.26%50.59%-
XYZ17.120.387.17-
YUV119.8293.67131.69-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 39.94%
GREEN value IS 129 (50.78% from 255) = 41.21%
BLUE value IS 59 (23.44% from 255) = 18.85%
R=39.94%
G=41.21%
B=18.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal125129590.0300.540.4963.4337.2336.86
Hex7D813B3036313f2525
Octal17520173306661774545
Binary111110110000001111011110110110110001111111100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D813B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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