#7E953E

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

Shades of Wasabi #7E953E

Tints of Wasabi #7E953E

Color information

#7E953E (or 0x7E953E) is unknown color: approx Wasabi. HEX triplet: 7E, 95 and 3E. RGB value is (126,149,62). Sum of RGB (Red+Green+Blue) = 126+149+62=337 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.39% from 337); Green value is 149 (58.59% from 255 or 44.21% from 337); Blue value is 62 (24.61% from 255 or 18.40% from 337); Max value from RGB is 149 - color contains mainly: green. Hex color #7E953E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E953E is #816AC1. Grayscale: #848484. Windows color (decimal): -8481474 or 4101502. OLE color: 4101502.

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

Color convert

RGB12614962-
CMYK0.1500.580.42
HSL75.86º41.23%41.37%-
HSV(B)75.86º58.39%58.43%-
XYZ20.2226.288.56-
YUV132.2188.38123.57-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.39%
GREEN value IS 149 (58.59% from 255) = 44.21%
BLUE value IS 62 (24.61% from 255) = 18.40%
R=37.39%
G=44.21%
B=18.40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal126149620.1500.580.4275.8641.2341.37
Hex7E953EF03A2A4c2929
Octal1762257617072521145151
Binary111111010010101111110111101110101010101001100101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E953E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,149,62); }

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

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

 a { background-color: rgb(126,149,62); }

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

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

 span { border-color: rgb(126,149,62); }

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