#7E9140

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

Shades of Wasabi #7E9140

Tints of Wasabi #7E9140

Color information

#7E9140 (or 0x7E9140) is unknown color: approx Wasabi. HEX triplet: 7E, 91 and 40. RGB value is (126,145,64). Sum of RGB (Red+Green+Blue) = 126+145+64=335 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.61% from 335); Green value is 145 (57.03% from 255 or 43.28% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 145 - color contains mainly: green. Hex color #7E9140 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E9140 is #816EBF. Grayscale: #828282. Windows color (decimal): -8482496 or 4231550. OLE color: 4231550.

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

Color convert

RGB12614564-
CMYK0.1300.560.43
HSL74.07º38.76%40.98%-
HSV(B)74.07º55.86%56.86%-
XYZ19.6525.068.65-
YUV130.0890.71125.09-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.61%
GREEN value IS 145 (57.03% from 255) = 43.28%
BLUE value IS 64 (25.39% from 255) = 19.10%
R=37.61%
G=43.28%
B=19.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal126145640.1300.560.4374.0738.7640.98
Hex7E9140D0382B4a2729
Octal17622110015070531124751
Binary1111110100100011000000110101110001010111001010100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,145,64); }

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

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

 a { background-color: rgb(126,145,64); }

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

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

 span { border-color: rgb(126,145,64); }

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