#7D973F

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

Shades of Wasabi #7D973F

Tints of Wasabi #7D973F

Color information

#7D973F (or 0x7D973F) is unknown color: approx Wasabi. HEX triplet: 7D, 97 and 3F. RGB value is (125,151,63). Sum of RGB (Red+Green+Blue) = 125+151+63=339 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.87% from 339); Green value is 151 (59.38% from 255 or 44.54% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 151 - color contains mainly: green. Hex color #7D973F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D973F is #8268C0. Grayscale: #858585. Windows color (decimal): -8546497 or 4167549. OLE color: 4167549.

HSL color Cylindrical-coordinate representation of color #7D973F: hue angle of 77.73º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7D973F is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB12515163-
CMYK0.1700.580.41
HSL77.73º41.12%41.96%-
HSV(B)77.73º58.28%59.22%-
XYZ20.4226.858.81-
YUV133.1988.39122.16-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.87%
GREEN value IS 151 (59.38% from 255) = 44.54%
BLUE value IS 63 (25% from 255) = 18.58%
R=36.87%
G=44.54%
B=18.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal125151630.1700.580.4177.7341.1241.96
Hex7D973F1103A294e292a
Octal1752277721072511165152
Binary1111101100101111111111000101110101010011001110101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D973F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,151,63); }

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

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

 a { background-color: rgb(125,151,63); }

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

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

 span { border-color: rgb(125,151,63); }

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