#7D813C

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

Shades of Wasabi #7D813C

Tints of Wasabi #7D813C

Color information

#7D813C (or 0x7D813C) is unknown color: approx Wasabi. HEX triplet: 7D, 81 and 3C. RGB value is (125,129,60). Sum of RGB (Red+Green+Blue) = 125+129+60=314 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.81% from 314); Green value is 129 (50.78% from 255 or 41.08% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 129 - color contains mainly: green. Hex color #7D813C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D813C is #827EC3. Grayscale: #787878. Windows color (decimal): -8552132 or 3965309. OLE color: 3965309.

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

Color convert

RGB12512960-
CMYK0.0300.530.49
HSL63.48º36.51%37.06%-
HSV(B)63.48º53.49%50.59%-
XYZ17.1220.397.31-
YUV119.9494.17131.61-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 39.81%
GREEN value IS 129 (50.78% from 255) = 41.08%
BLUE value IS 60 (23.83% from 255) = 19.11%
R=39.81%
G=41.08%
B=19.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal125129600.0300.530.4963.4836.5137.06
Hex7D813C3035313f2525
Octal17520174306561774545
Binary111110110000001111100110110101110001111111100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D813C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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