#7E953F

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

Shades of Wasabi #7E953F

Tints of Wasabi #7E953F

Color information

#7E953F (or 0x7E953F) is unknown color: approx Wasabi. HEX triplet: 7E, 95 and 3F. RGB value is (126,149,63). Sum of RGB (Red+Green+Blue) = 126+149+63=338 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.28% from 338); Green value is 149 (58.59% from 255 or 44.08% from 338); Blue value is 63 (25% from 255 or 18.64% from 338); Max value from RGB is 149 - color contains mainly: green. Hex color #7E953F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E953F is #816AC0. Grayscale: #848484. Windows color (decimal): -8481473 or 4167038. OLE color: 4167038.

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

Color convert

RGB12614963-
CMYK0.1500.580.42
HSL76.05º40.57%41.57%-
HSV(B)76.05º57.72%58.43%-
XYZ20.2526.298.71-
YUV132.3288.88123.49-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.28%
GREEN value IS 149 (58.59% from 255) = 44.08%
BLUE value IS 63 (25% from 255) = 18.64%
R=37.28%
G=44.08%
B=18.64%

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
Decimal126149630.1500.580.4276.0540.5741.57
Hex7E953FF03A2A4c292a
Octal1762257717072521145152
Binary111111010010101111111111101110101010101001100101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E953F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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