#7D903F

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

Shades of Wasabi #7D903F

Tints of Wasabi #7D903F

Color information

#7D903F (or 0x7D903F) is unknown color: approx Wasabi. HEX triplet: 7D, 90 and 3F. RGB value is (125,144,63). Sum of RGB (Red+Green+Blue) = 125+144+63=332 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.65% from 332); Green value is 144 (56.64% from 255 or 43.37% from 332); Blue value is 63 (25% from 255 or 18.98% from 332); Max value from RGB is 144 - color contains mainly: green. Hex color #7D903F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D903F is #826FC0. Grayscale: #818181. Windows color (decimal): -8548289 or 4165757. OLE color: 4165757.

HSL color Cylindrical-coordinate representation of color #7D903F: hue angle of 74.07º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7D903F is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.

Color convert

RGB12514463-
CMYK0.1300.560.44
HSL74.07º39.13%40.59%-
HSV(B)74.07º56.25%56.47%-
XYZ19.3324.678.44-
YUV129.0890.71125.09-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.65%
GREEN value IS 144 (56.64% from 255) = 43.37%
BLUE value IS 63 (25% from 255) = 18.98%
R=37.65%
G=43.37%
B=18.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal125144630.1300.560.4474.0739.1340.59
Hex7D903FD0382C4a2729
Octal1752207715070541124751
Binary111110110010000111111110101110001011001001010100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D903F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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