#7E9945

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

Shades of Wasabi #7E9945

Tints of Wasabi #7E9945

Color information

#7E9945 (or 0x7E9945) is unknown color: approx Wasabi. HEX triplet: 7E, 99 and 45. RGB value is (126,153,69). Sum of RGB (Red+Green+Blue) = 126+153+69=348 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36.21% from 348); Green value is 153 (60.16% from 255 or 43.97% from 348); Blue value is 69 (27.34% from 255 or 19.83% from 348); Max value from RGB is 153 - color contains mainly: green. Hex color #7E9945 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E9945 is #8166BA. Grayscale: #878787. Windows color (decimal): -8480443 or 4561278. OLE color: 4561278.

HSL color Cylindrical-coordinate representation of color #7E9945: hue angle of 79.29º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7E9945 is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.4.

Color convert

RGB12615369-
CMYK0.1800.550.4
HSL79.29º37.84%43.53%-
HSV(B)79.29º54.9%60%-
XYZ21.0727.659.86-
YUV135.3590.55121.33-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.21%
GREEN value IS 153 (60.16% from 255) = 43.97%
BLUE value IS 69 (27.34% from 255) = 19.83%
R=36.21%
G=43.97%
B=19.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal126153690.1800.550.479.2937.8443.53
Hex7E994512037284f262c
Octal17623110522067501174654
Binary11111101001100110001011001001101111010001001111100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,153,69); }

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

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

 a { background-color: rgb(126,153,69); }

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

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

 span { border-color: rgb(126,153,69); }

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